about summary refs log tree commit diff
path: root/chart/templates/deployment-web.yaml
diff options
context:
space:
mode:
authorAlex Nordlund <deep.alexander@gmail.com>2022-11-08 17:18:57 +0100
committerGitHub <noreply@github.com>2022-11-08 17:18:57 +0100
commitd3afd7a2f1c12de4d02777585550183b04167625 (patch)
tree08ad2c45071e80fafa38173751b16621158e000b /chart/templates/deployment-web.yaml
parent9358fd295d5ffa960bbdfc0c28d45553cb78a3de (diff)
Fix helm postgresql secret (#19678)
* Revert "Fix helm chart use of Postgres Password (#19537)"

This reverts commit 6094a916b185ae0634e016004deb4cec11afbaca.

* Revert "Fix PostgreSQL password reference for jobs (#19504)"

This reverts commit dae954ef111b8e0ab17812d156f6c955b77d9859.

* Revert "Fix PostgreSQL password reference (#19502)"

This reverts commit 9bf6a8af82391fa8b32112deb4a36a0cfc68143e.

* Correct default username in postgresql auth
Diffstat (limited to 'chart/templates/deployment-web.yaml')
-rw-r--r--chart/templates/deployment-web.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart/templates/deployment-web.yaml b/chart/templates/deployment-web.yaml
index 0878aa9b8..ab722c77b 100644
--- a/chart/templates/deployment-web.yaml
+++ b/chart/templates/deployment-web.yaml
@@ -62,7 +62,7 @@ spec:
               valueFrom:
                 secretKeyRef:
                   name: {{ template "mastodon.postgresql.secretName" . }}
-                  key: postgres-password
+                  key: password
             - name: "REDIS_PASSWORD"
               valueFrom:
                 secretKeyRef: