fix(helmfile): Set default for domain to opendesk.internal to avoid enforcing DOMAIN environment variable for deployments using YAML overrides

This commit is contained in:
Thorsten Roßner
2025-02-10 09:42:51 +01:00
parent 581c8aed1f
commit 930ae9d3e7
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ global:
## Define host
#
domain: {{ requiredEnv "DOMAIN" | quote }}
domain: {{ env "DOMAIN" | default "opendesk.internal" | quote }}
## Define mail host
## If this is unset the "domain" value above should be used in all references