mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 23:41:43 +01:00
fix(univention-management-stack): Set SMTP host for self-service notifications
This commit is contained in:
committed by
Johannes Bornhold
parent
211bee94bb
commit
0c7a77c4b6
@@ -28,6 +28,11 @@ stackDataContext:
|
||||
portalManagementProjectLinkBase: "https://{{ .Values.global.hosts.openproject }}.{{ .Values.global.domain }}"
|
||||
portalManagementKnowledgeLinkBase: "https://{{ .Values.global.hosts.xwiki }}.{{ .Values.global.domain }}"
|
||||
|
||||
smtpHost: {{ .Values.smtp.host | quote }}
|
||||
smtpPort: 587
|
||||
smtpUser: {{ .Values.smtp.username | quote }}
|
||||
smtpStartTls: true
|
||||
|
||||
oxDefaultContext: "10"
|
||||
|
||||
userPassword: {{ .Values.secrets.univentionManagementStack.defaultAccounts.userPassword | quote }}
|
||||
|
||||
Reference in New Issue
Block a user