mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-11-29 18:58:05 +08:00
[fix] Change K8s postgresql password key name (#10545)
This commit is contained in:
parent
b2879c0e05
commit
388b214aca
@ -143,7 +143,7 @@ Create a database environment variables.
|
||||
secretKeyRef:
|
||||
{{- if .Values.postgresql.enabled }}
|
||||
name: {{ template "dolphinscheduler.postgresql.fullname" . }}
|
||||
key: postgresql-password
|
||||
key: postgres-password
|
||||
{{- else }}
|
||||
name: {{ include "dolphinscheduler.fullname" . }}-externaldb
|
||||
key: database-password
|
||||
|
Loading…
Reference in New Issue
Block a user