mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-07 07:51:38 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user