You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/tsmgr/bind.yaml
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +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.
8
8
9
9
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;
11
11
local service = std.filter(clientFilterFunc, $.services)[0];
12
12
local secretFilterFunc(j) = std.length(std.findSubstr("rabbitmq-default-user", j.name)) > 0;
13
13
local defaultUser = std.filter(secretFilterFunc, $.secrets);
0 commit comments