File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments