Skip to content

Commit b2061cc

Browse files
authored
Update service name in the binding (#486)
We've change the name of the service in #415
1 parent e4c3759 commit b2061cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/tsmgr/bind.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# 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.
88

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

0 commit comments

Comments
 (0)