mirror of
https://github.com/plausible/hosting.git
synced 2025-07-04 02:57:29 -05:00
Update SECRET_KEY_BASE value input
This commit is contained in:
@ -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 }}
|
||||
|
Reference in New Issue
Block a user