helm: add option for external db (#15722)

This commit is contained in:
Alex Dunn 2021-02-14 11:16:32 -08:00 committed by GitHub
parent 3447bd2f80
commit 55a6b54f8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 41 additions and 1 deletions

View file

@ -26,3 +26,6 @@ data:
{{- else }}
VAPID_PUBLIC_KEY: {{ required "vapid.public_key is required" .Values.secrets.vapid.public_key }}
{{- end }}
{{- if not .Values.postgresql.enabled }}
postgresql-password: "{{ .Values.postgresql.postgresqlPassword | b64enc }}"
{{- end }}