Fix PostgreSQL password reference for jobs (#19504)

This commit is contained in:
Kangwook Lee (이강욱)
2022-10-28 23:40:47 +09:00
committed by GitHub
parent 223e152312
commit dae954ef11
5 changed files with 5 additions and 5 deletions

View File

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