diff --git a/helmfile/apps/univention-management-stack/values-udm-rest-api.gotmpl b/helmfile/apps/univention-management-stack/values-udm-rest-api.gotmpl index 067386ba..3d94a627 100644 --- a/helmfile/apps/univention-management-stack/values-udm-rest-api.gotmpl +++ b/helmfile/apps/univention-management-stack/values-udm-rest-api.gotmpl @@ -47,8 +47,9 @@ ingress: host: "{{ .Values.global.hosts.univentionManagementStack }}.{{ .Values.global.domain }}" ingressClassName: "{{ .Values.ingress.ingressClassName }}" tls: - enabled: {{ .Values.ingress.tls.enabled }} - secretName: "{{ .Values.ingress.tls.secretName }}" + # The TLS configuration is on the "master" Ingress, see "portal-frontend" + enabled: false + secretName: "" istio: host: "{{ .Values.global.hosts.univentionManagementStack }}.{{ .Values.global.domain }}"