Browse Source

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

3.1.0-release
旺阳 2 years ago committed by GitHub
parent
commit
388b214aca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      deploy/kubernetes/dolphinscheduler/templates/_helpers.tpl

2
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

Loading…
Cancel
Save