diff --git a/helmfile/apps/nubus/values-nubus.yaml.gotmpl b/helmfile/apps/nubus/values-nubus.yaml.gotmpl index 1c973b2f..e7da36db 100644 --- a/helmfile/apps/nubus/values-nubus.yaml.gotmpl +++ b/helmfile/apps/nubus/values-nubus.yaml.gotmpl @@ -1026,13 +1026,12 @@ nubusUdmRestApi: initResources: {{ .Values.resources.umsUdmRestApiInit | toYaml | nindent 4 }} ldapUpdateUniventionObjectIdentifier: + enabled: true image: registry: {{ coalesce .Values.repositories.image.registryOpencodeDe .Values.global.imageRegistry .Values.images.nubusLdapUpdateUniventionObjectIdentifier.registry | quote }} 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 }}