[bitnami/mysql] Fix: remove added pass (#4601)

Signed-off-by: Mikael Bergemalm <mbergemalm@gmail.com>
This commit is contained in:
Mikael Bergemalm
2020-12-04 14:00:03 +01:00
committed by GitHub
parent 898fff4a30
commit 5f0b406aa6
5 changed files with 3 additions and 5 deletions

View File

@@ -118,7 +118,7 @@ spec:
value: {{ .Values.auth.replicationUser | quote }}
{{- if .Values.auth.usePasswordFiles }}
- name: MYSQL_MASTER_ROOT_PASSWORD_FILE
value: {{ default "/opt/bitnami/mysql/secrets/mysql-root-password" .Values.auth.customPasswordFiles.masterRoot }}
value: {{ default "/opt/bitnami/mysql/secrets/mysql-root-password" .Values.auth.customPasswordFiles.root }}
- name: MYSQL_REPLICATION_PASSWORD_FILE
value: {{ default "/opt/bitnami/mysql/secrets/mysql-replication-password" .Values.auth.customPasswordFiles.replicator }}
{{- else }}