mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 23:41:43 +01:00
chore(helmfile): Remove default value for domain
This commit is contained in:
committed by
Thorsten Roßner
parent
284c9fe0c7
commit
8dcac46d98
@@ -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 }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user