mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-07 16:01:37 +01:00
fix(nubus): Re-add nubusPortalConsumer.provisioningApi.auth.*
This commit is contained in:
committed by
Timo Hollwedel
parent
432d926242
commit
81c7c1bcb9
@@ -810,6 +810,10 @@ nubusPortalConsumer:
|
||||
{{- with .Values.annotations.nubusPortalConsumer.pod }}
|
||||
{{ . | toYaml | nindent 4 }}
|
||||
{{- end }}
|
||||
provisioningApi:
|
||||
auth:
|
||||
username: "portal-consumer"
|
||||
password: {{ .Values.secrets.nubus.portalConsumer.provisioningApiPassword | quote }}
|
||||
replicaCount: {{ .Values.replicas.umsPortalConsumer }}
|
||||
resources:
|
||||
{{ .Values.resources.umsPortalConsumer | toYaml | nindent 4 }}
|
||||
|
||||
Reference in New Issue
Block a user