From 72e67c571015a087ee95d57235c2fa3732ffb91c Mon Sep 17 00:00:00 2001 From: Norbert Tretkowski Date: Tue, 10 Jun 2025 08:11:58 +0200 Subject: [PATCH] fix(nubus): Explicitely enable ldapUpdateUniventionObjectIdentifier --- helmfile/apps/nubus/values-nubus.yaml.gotmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helmfile/apps/nubus/values-nubus.yaml.gotmpl b/helmfile/apps/nubus/values-nubus.yaml.gotmpl index b393d24b..1c973b2f 100644 --- a/helmfile/apps/nubus/values-nubus.yaml.gotmpl +++ b/helmfile/apps/nubus/values-nubus.yaml.gotmpl @@ -1031,6 +1031,8 @@ nubusUdmRestApi: repository: {{ .Values.images.nubusLdapUpdateUniventionObjectIdentifier.repository }} tag: {{ .Values.images.nubusLdapUpdateUniventionObjectIdentifier.tag }} imagePullPolicy: {{ .Values.global.imagePullPolicy | quote }} + ldapUpdateUniventionObjectIdentifier: + enabled: true persistence: annotations: {{ .Values.annotations.nubusUdmRestApi.persistence | toYaml | nindent 6 }}