We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a357947 commit 87360f7Copy full SHA for 87360f7
1 file changed
charts/helmbroker/templates/_helpers.tpl
@@ -8,7 +8,7 @@ env:
8
- name: PASSWORD
9
value: {{ if .Values.password | default "" | ne "" }}{{ .Values.password }}{{ else }}{{ randAlphaNum 32 }}{{ end }}
10
{{- if (.Values.rabbitmqUrl) }}
11
-- name: DRYCC_RABBITMQ_URL
+- name: HELMBROKER_CELERY_BROKER
12
value: {{ .Values.rabbitmqUrl }}
13
{{- else if eq .Values.global.rabbitmqLocation "on-cluster" }}
14
- name: "DRYCC_RABBITMQ_USERNAME"
@@ -21,7 +21,7 @@ env:
21
secretKeyRef:
22
name: rabbitmq-creds
23
key: password
24
-- name: "DRYCC_RABBITMQ_URL"
+- name: "HELMBROKER_CELERY_BROKER"
25
value: "amqp://$(DRYCC_RABBITMQ_USERNAME):$(DRYCC_RABBITMQ_PASSWORD)@drycc-rabbitmq.{{$.Release.Namespace}}.svc.{{$.Values.global.clusterDomain}}:5672/drycc"
26
{{- end }}
27
{{- range $key, $value := .Values.environment }}
0 commit comments