xeruf 2024-09-08 16:46:19 +03:00
parent 15d2c6885f
commit 3e38b91e69
2 changed files with 3 additions and 1 deletions

View File

@ -21,6 +21,8 @@ spec:
- name: nginx
- name: single-sign-on
postBuild:
substitute:
quote: '"'
substituteFrom:
- kind: Secret
name: stackspin-cluster-variables

View File

@ -11,7 +11,7 @@ stringData:
EMAIL_FROM: "${outgoing_mail_from_address}"
EMAIL_FROM_NAME: "${org_name}"
EMAIL_SERVER_HOST: "${outgoing_mail_smtp_host}"
EMAIL_SERVER_PORT: "${outgoing_mail_smtp_port}"
EMAIL_SERVER_PORT: ${quote}${outgoing_mail_smtp_port}${quote}
EMAIL_SERVER_USER: "${outgoing_mail_smtp_user}"
EMAIL_SERVER_PASSWORD: "${outgoing_mail_smtp_password}"
# email_enabled: "${outgoing_mail_enabled}"