about summary refs log tree commit diff
path: root/chart/templates/job-db-migrate.yaml
diff options
context:
space:
mode:
authorKangwook Lee (이강욱) <pbzweihander@gmail.com>2022-10-28 23:40:47 +0900
committerGitHub <noreply@github.com>2022-10-28 16:40:47 +0200
commitdae954ef111b8e0ab17812d156f6c955b77d9859 (patch)
treef0c6b002b67586d0c9f266d0cfe07d65d1c9f55a /chart/templates/job-db-migrate.yaml
parent223e152312c9661532d846b7580d95819a0af5a4 (diff)
Fix PostgreSQL password reference for jobs (#19504)
Diffstat (limited to 'chart/templates/job-db-migrate.yaml')
-rw-r--r--chart/templates/job-db-migrate.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart/templates/job-db-migrate.yaml b/chart/templates/job-db-migrate.yaml
index 8e4f70dfb..0b386c087 100644
--- a/chart/templates/job-db-migrate.yaml
+++ b/chart/templates/job-db-migrate.yaml
@@ -60,7 +60,7 @@ spec:
               valueFrom:
                 secretKeyRef:
                   name: {{ template "mastodon.postgresql.secretName" . }}
-                  key: password
+                  key: postgresql-password
             - name: "REDIS_PASSWORD"
               valueFrom:
                 secretKeyRef: