chore(helmfile): Remove default value for domain

This commit is contained in:
Jonas Schulz
2025-02-06 14:39:33 +01:00
committed by Thorsten Roßner
parent 284c9fe0c7
commit 8dcac46d98

View File

@@ -10,13 +10,15 @@ global:
## Define host ## Define host
# #
domain: {{ env "DOMAIN" | default "souvap.cloud" | quote }} domain: {{ requiredEnv "DOMAIN" | quote }}
## Define mail host ## Define mail host
## If this is unset the "domain" value above should be used in all references
# #
mailDomain: {{ env "MAIL_DOMAIN" | quote }} mailDomain: {{ env "MAIL_DOMAIN" | quote }}
## Define synapse host ## Define synapse host
## If this is unset the "domain" value above should be used in all references
# #
matrixDomain: {{ env "MATRIX_DOMAIN" | quote }} matrixDomain: {{ env "MATRIX_DOMAIN" | quote }}