From af68941b74053a1d803d24a15d8051db6a36e90d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Garc=C3=ADa-Mauri=C3=B1o?= Date: Mon, 9 Sep 2024 11:02:16 +0200 Subject: [PATCH] chore(nubus): Remove installUmcPolicies option --- helmfile/apps/nubus/values-nubus.yaml.gotmpl | 1 - 1 file changed, 1 deletion(-) diff --git a/helmfile/apps/nubus/values-nubus.yaml.gotmpl b/helmfile/apps/nubus/values-nubus.yaml.gotmpl index 08eea2a9..45a86262 100644 --- a/helmfile/apps/nubus/values-nubus.yaml.gotmpl +++ b/helmfile/apps/nubus/values-nubus.yaml.gotmpl @@ -355,7 +355,6 @@ nubusStackDataUms: umcMemcachedUsername: "" externalMailDomain: {{ .Values.global.mailDomain | default .Values.global.domain }} umcHtmlTitle: "openDesk Portal" - installUmcPolicies: true smtpHost: {{ printf "%s.%s.svc.%s" "postfix" (.Values.postfix.namespace | default .Release.Namespace) .Values.cluster.networking.domain | quote }} smtpPort: 25 smtpUser: ""