summaryrefslogtreecommitdiffstats
path: root/chart/values.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/values.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/values.yaml')
-rw-r--r--chart/values.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart/values.yaml b/chart/values.yaml
index dc57d86209d..ef349c0875e 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -141,7 +141,7 @@ postgresql:
# postgresqlHostname: preexisting-postgresql
auth:
database: mastodon_production
- username: postgres
+ username: mastodon
# you must set a password; the password generated by the postgresql chart will
# be rotated on each upgrade:
# https://github.com/bitnami/charts/tree/master/bitnami/postgresql#upgrade
@@ -149,7 +149,7 @@ postgresql:
# Set same value as above
postgresPassword: ""
# you can also specify the name of an existing Secret
- # with a key of postgres-password set to the password you want
+ # with a key of password set to the password you want
existingSecret: ""
# https://github.com/bitnami/charts/tree/master/bitnami/redis#parameters