Fix helm chart use of Postgres Password (#19537)

Fixes #19536
This commit is contained in:
Ben Hardill
2022-10-30 00:30:16 +01:00
committed by GitHub
parent 30ef110224
commit 6094a916b1
9 changed files with 9 additions and 9 deletions

View File

@ -59,7 +59,7 @@ spec:
valueFrom:
secretKeyRef:
name: {{ template "mastodon.postgresql.secretName" . }}
key: postgresql-password
key: postgres-password
- name: "REDIS_PASSWORD"
valueFrom:
secretKeyRef: