Skip to content
Snippets Groups Projects
Verified Commit a9b15f88 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

indexer: Fix deployment and name consistently the variable

parent d06be316
No related branches found
No related tags found
No related merge requests found
...@@ -72,7 +72,7 @@ data: ...@@ -72,7 +72,7 @@ data:
sasl.mechanism: SCRAM-SHA-512 sasl.mechanism: SCRAM-SHA-512
security.protocol: SASL_SSL security.protocol: SASL_SSL
sasl.username: {{ $journalUser }} sasl.username: {{ $journalUser }}
sasl.password: ${JOURNAL_PASSWORD} sasl.password: ${BROKER_USER_PASSWORD}
{{ end -}} {{ end -}}
{{- if $deployment_config.extraConfig -}} {{- if $deployment_config.extraConfig -}}
......
...@@ -37,12 +37,12 @@ spec: ...@@ -37,12 +37,12 @@ spec:
image: debian:bullseye image: debian:bullseye
imagePullPolicy: Always imagePullPolicy: Always
env: env:
- name: JOURNAL_PASSWORD - name: BROKER_USER_PASSWORD
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: common-secrets name: {{ $.Values.indexers.journalBrokers.secretName }}
key: journal-password key: BROKER_USER_PASSWORD
optional: true optional: false
command: command:
- /entrypoint.sh - /entrypoint.sh
volumeMounts: volumeMounts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment