Skip to content
Snippets Groups Projects
Commit 47f6d7ea authored by Stefan Voshage's avatar Stefan Voshage
Browse files

Dataport: Anpassung der Helm-Charts gemäß den Kyverno Richtlinien bei Dataport

Einführung einer Möglichkeit zum ausschalten der zufiManager Verbindung
parent 8aae2717
Branches
Tags
No related merge requests found
......@@ -107,10 +107,12 @@ spec:
- name: ozgcloud_administration_sync_organisationseinheiten_cron
value: {{ .Values.ozgcloud.sync.organisationseinheiten.cron | quote }}
{{- end }}
{{- if (.Values.zufiManager).enabled }}
- name: grpc_client_zufi-manager_address
value: {{ .Values.zufiManager.address }}
- name: grpc_client_zufi-manager_negotiationType
value: {{ (.Values.zufiManager).grpcClientNegotiationType | default "TLS" }}
value: {{ (.Values.zufiManager).grpcClientNegotiationType | default "PLAINTEXT" }}
{{- end}}
envFrom:
{{- if (.Values.database).useExternal }}
- secretRef:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment