Update SECRET_KEY_BASE value input

This commit is contained in:
Caleb Woodbine 2021-05-15 11:40:46 +12:00
parent 0cb45d1ab9
commit 3ede43a93d
2 changed files with 3 additions and 1 deletions

View File

@ -22,7 +22,7 @@ data:
{{- if .Values.clickhouse.url }}
CLICKHOUSE_DATABASE_URL: {{ .Values.clickhouse.url | toString | b64enc }}
{{- end }}
SECRET_KEY_BASE: {{ randAlphaNum 90 | toString | b64enc }}
SECRET_KEY_BASE: {{ .Values.secretKeyBase | default "plausible-analytics" | toString | b64enc }}
{{- if .Values.smtp.enabled }}
{{- if .Values.smtp.mailer.emailAddress }}
MAILER_EMAIL: {{ .Values.smtp.mailer.emailAddress | toString | b64enc }}

View File

@ -5,6 +5,8 @@
disableAuth: false
disableRegistration: false
secretKeyBase: ""
adminUser:
email: ""
name: ""