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:
{{ .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 }}