fix(nubus): Remove duplicate ldapUpdateUniventionObjectIdentifier

This commit is contained in:
Norbert Tretkowski
2025-06-10 09:44:52 +02:00
parent 72e67c5710
commit 3c2d17cf34

View File

@@ -1026,13 +1026,12 @@ nubusUdmRestApi:
initResources: initResources:
{{ .Values.resources.umsUdmRestApiInit | toYaml | nindent 4 }} {{ .Values.resources.umsUdmRestApiInit | toYaml | nindent 4 }}
ldapUpdateUniventionObjectIdentifier: ldapUpdateUniventionObjectIdentifier:
enabled: true
image: image:
registry: {{ coalesce .Values.repositories.image.registryOpencodeDe .Values.global.imageRegistry .Values.images.nubusLdapUpdateUniventionObjectIdentifier.registry | quote }} registry: {{ coalesce .Values.repositories.image.registryOpencodeDe .Values.global.imageRegistry .Values.images.nubusLdapUpdateUniventionObjectIdentifier.registry | quote }}
repository: {{ .Values.images.nubusLdapUpdateUniventionObjectIdentifier.repository }} repository: {{ .Values.images.nubusLdapUpdateUniventionObjectIdentifier.repository }}
tag: {{ .Values.images.nubusLdapUpdateUniventionObjectIdentifier.tag }} tag: {{ .Values.images.nubusLdapUpdateUniventionObjectIdentifier.tag }}
imagePullPolicy: {{ .Values.global.imagePullPolicy | quote }} imagePullPolicy: {{ .Values.global.imagePullPolicy | quote }}
ldapUpdateUniventionObjectIdentifier:
enabled: true
persistence: persistence:
annotations: annotations:
{{ .Values.annotations.nubusUdmRestApi.persistence | toYaml | nindent 6 }} {{ .Values.annotations.nubusUdmRestApi.persistence | toYaml | nindent 6 }}