Fixes #19536
@ -59,7 +59,7 @@ spec:
valueFrom:
secretKeyRef:
name: {{ template "mastodon.postgresql.secretName" . }}
key: postgresql-password
key: postgres-password
- name: "REDIS_PASSWORD"
@ -76,7 +76,7 @@ spec:
@ -44,7 +44,7 @@ spec:
@ -62,7 +62,7 @@ spec:
@ -60,7 +60,7 @@ spec:
@ -61,7 +61,7 @@ spec:
@ -66,7 +66,7 @@ spec:
@ -37,7 +37,7 @@ data:
{{- end }}
{{- if not .Values.postgresql.enabled }}
{{- if not .Values.postgresql.auth.existingSecret }}
postgresql-password: "{{ .Values.postgresql.auth.password | b64enc }}"
postgres-password: "{{ .Values.postgresql.auth.password | b64enc }}"
{{- end -}}