Browse Source

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

旺阳 2 years ago
parent
commit
388b214aca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deploy/kubernetes/dolphinscheduler/templates/_helpers.tpl

+ 1 - 1
deploy/kubernetes/dolphinscheduler/templates/_helpers.tpl

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