Skip to content

Commit

Permalink
Update service name in the binding (#486)
Browse files Browse the repository at this point in the history
We've change the name of the service in #415
  • Loading branch information
mkuratczyk authored Nov 23, 2020
1 parent e4c3759 commit b2061cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/tsmgr/bind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# This product may include a number of subcomponents with separate copyright notices and license terms. Your use of these subcomponents is subject to the terms and conditions of the subcomponent's license, as noted in the LICENSE file.

template: |
local clientFilterFunc(j) = std.length(std.findSubstr("rabbitmq-client", j.name)) > 0;
local clientFilterFunc(j) = std.length(std.findSubstr("rabbitmq", j.name)) > 0;
local service = std.filter(clientFilterFunc, $.services)[0];
local secretFilterFunc(j) = std.length(std.findSubstr("rabbitmq-default-user", j.name)) > 0;
local defaultUser = std.filter(secretFilterFunc, $.secrets);
Expand Down

0 comments on commit b2061cc

Please sign in to comment.