Skip to content

Commit 0ef9e1c

Browse files
committed
helm: Reorganize values.yaml env vars slightly.
1 parent 69493d0 commit 0ef9e1c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

kubernetes/chart/zulip/values.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,16 +135,17 @@ zulip:
135135
## Set SSL certificate generation to self-signed because
136136
## Kubernetes manages the client-facing SSL certs.
137137
SSL_CERTIFICATE_GENERATION: self-signed
138-
## Domain Zulip is hosted on.
138+
## Domain Zulip is hosted on; this is required
139139
SETTING_EXTERNAL_HOST: zulip.example.com
140-
## SMTP email password.
141-
SECRETS_email_password: "123456789"
140+
## Administrator's email address; this is required
142141
SETTING_ZULIP_ADMINISTRATOR: "admin@example.com"
142+
## Outgoing email configuration
143143
SETTING_EMAIL_HOST: "" # e.g. smtp.example.com
144144
SETTING_EMAIL_HOST_USER: "noreply@example.com"
145145
SETTING_EMAIL_PORT: "587"
146146
SETTING_EMAIL_USE_SSL: "False"
147147
SETTING_EMAIL_USE_TLS: "True"
148+
SECRETS_email_password: "123456789"
148149
ZULIP_AUTH_BACKENDS: "EmailAuthBackend"
149150
## If `persistence.existingClaim` is not set, a PVC (Persistent
150151
## Volume Claim) is generated with these specifications.

0 commit comments

Comments
 (0)