about summary refs log tree commit diff
path: root/chart/templates/deployment-streaming.yaml
diff options
context:
space:
mode:
authorKangwook Lee (이강욱) <pbzweihander@gmail.com>2022-10-28 23:21:58 +0900
committerGitHub <noreply@github.com>2022-10-28 16:21:58 +0200
commit9bf6a8af82391fa8b32112deb4a36a0cfc68143e (patch)
tree94751a60e043d7a84f75c62cb2304bdfcf3f3518 /chart/templates/deployment-streaming.yaml
parent923f06a07c851b25b989412f341f87f8b8fff42f (diff)
Fix PostgreSQL password reference (#19502)
Diffstat (limited to 'chart/templates/deployment-streaming.yaml')
-rw-r--r--chart/templates/deployment-streaming.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart/templates/deployment-streaming.yaml b/chart/templates/deployment-streaming.yaml
index 12203a530..6b7c3cdd9 100644
--- a/chart/templates/deployment-streaming.yaml
+++ b/chart/templates/deployment-streaming.yaml
@@ -44,7 +44,7 @@ spec:
               valueFrom:
                 secretKeyRef:
                   name: {{ template "mastodon.postgresql.secretName" . }}
-                  key: password
+                  key: postgresql-password
             - name: "REDIS_PASSWORD"
               valueFrom:
                 secretKeyRef: