Fixed email domains
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
variables:
|
variables:
|
||||||
HELM_CHART_VERSION: "0.5.0"
|
HELM_CHART_VERSION: "0.5.2"
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- deploy
|
- deploy
|
||||||
|
|||||||
@@ -2,5 +2,5 @@ apiVersion: v2
|
|||||||
name: wordyne
|
name: wordyne
|
||||||
description: Helm chart for deploying pre-built website containers to kubernetes clusters
|
description: Helm chart for deploying pre-built website containers to kubernetes clusters
|
||||||
type: application
|
type: application
|
||||||
version: "0.5.1"
|
version: "0.5.2"
|
||||||
appVersion: "6.2.2"
|
appVersion: "6.2.2"
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ data:
|
|||||||
SMTP_FORCE_FROM: {{ .Values.email.forceFromEmail }}
|
SMTP_FORCE_FROM: {{ .Values.email.forceFromEmail }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.email.domains }}
|
{{- if .Values.email.domains }}
|
||||||
SMTP_ALLOWONLY_DOMAINS: {{ .Values.email.allowedDomains | join "," }}
|
SMTP_ALLOWONLY_DOMAINS: {{ .Values.email.domains | join "," }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.email.allowedEmails }}
|
{{- if .Values.email.allowedEmails }}
|
||||||
SMTP_ALLOWONLY_EMAILS: {{ .Values.email.allowedEmails | join "," }}
|
SMTP_ALLOWONLY_EMAILS: {{ .Values.email.allowedEmails | join "," }}
|
||||||
|
|||||||
Reference in New Issue
Block a user