diff options
author | Alex Dunn <dunn.alex@gmail.com> | 2021-02-14 11:16:32 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-14 20:16:32 +0100 |
commit | 55a6b54f8ee6b04845f1a4a8507ba9907670a739 (patch) | |
tree | 3ba3b739901f9b779af504cd594e8712c4e7d293 /chart/values.yaml.template | |
parent | 3447bd2f80111ce7373446182055c819a01c03b6 (diff) |
helm: add option for external db (#15722)
Diffstat (limited to 'chart/values.yaml.template')
-rw-r--r-- | chart/values.yaml.template | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chart/values.yaml.template b/chart/values.yaml.template index 9e50c6dac..a57621b9e 100644 --- a/chart/values.yaml.template +++ b/chart/values.yaml.template @@ -95,6 +95,10 @@ elasticsearch: # https://github.com/bitnami/charts/tree/master/bitnami/postgresql#parameters postgresql: + # disable if you want to use an existing db; in which case the values below + # must match those of that external postgres instance + enabled: true + # postgresqlHostname: preexisting-postgresql postgresqlDatabase: mastodon_production # you must set a password; the password generated by the postgresql chart will # be rotated on each upgrade: |