[fix] Change K8s postgresql password key name (#10545)

This commit is contained in:
旺阳 2022-06-23 11:37:56 +08:00 committed by GitHub
parent b2879c0e05
commit 388b214aca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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