Skip to content

Commit c155b2a

Browse files
author
cyril.cros
committed
repairs x6
1 parent f0c2715 commit c155b2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

chart/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,9 +556,9 @@ rabbitmq:
556556
allowExternal: true
557557
plugins: "rabbitmq_management rabbitmq_peer_discovery_k8s"
558558
extraPlugins: "rabbitmq_shovel rabbitmq_shovel_management"
559-
{{ $rabbitmqpassword := include "gitpod.messageBus.auth" .Values }}
560559
extraSecrets:
561560
load-definition:
561+
{{ $rabbitmqpassword := include "gitpod.messageBus.auth" .Values }}
562562
load_definition.json: |
563563
{
564564
"users": [{
@@ -647,6 +647,7 @@ rabbitmq:
647647
maxUnavailable: 1
648648
shovelsTemplate: |
649649
{{ $auth := .Values.auth }}
650+
{{ $rabbitmqpassword := include "gitpod.messageBus.auth" .Values }}
650651
{{- range $index, $shovel := .Values.shovels }}
651652
- name: {{ $shovel.name | default (randAlphaNum 20) | quote }}
652653
vhost: "/"

0 commit comments

Comments
 (0)