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 }}