mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 14:57:08 +08:00
[bitnami/mysql] Fix: remove added pass (#4601)
Signed-off-by: Mikael Bergemalm <mbergemalm@gmail.com>
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user