From 7807f6c9ff658994c80da13f202294f36faedab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Fischer?= Date: Thu, 18 Apr 2024 18:33:12 +0200 Subject: [PATCH] chore: Add missing global definition --- helmfile/environments/default/global.gotmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/helmfile/environments/default/global.gotmpl b/helmfile/environments/default/global.gotmpl index c5ee0cd4..101a7e36 100644 --- a/helmfile/environments/default/global.gotmpl +++ b/helmfile/environments/default/global.gotmpl @@ -11,6 +11,10 @@ global: # domain: {{ env "DOMAIN" | default "souvap.cloud" | quote }} + ## Define mail host + # + mailDomain: {{ env "MAIL_DOMAIN" | default "souvap.cloud" | quote }} + ## Define docker registry address. # helmRegistry: {{ env "PRIVATE_HELM_REGISTRY_URL" | quote }}