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
No related branches found
No related tags found
No related merge requests found
...@@ -107,10 +107,12 @@ spec: ...@@ -107,10 +107,12 @@ spec:
- name: ozgcloud_administration_sync_organisationseinheiten_cron - name: ozgcloud_administration_sync_organisationseinheiten_cron
value: {{ .Values.ozgcloud.sync.organisationseinheiten.cron | quote }} value: {{ .Values.ozgcloud.sync.organisationseinheiten.cron | quote }}
{{- end }} {{- end }}
{{- if (.Values.zufiManager).enabled }}
- name: grpc_client_zufi-manager_address - name: grpc_client_zufi-manager_address
value: {{ .Values.zufiManager.address }} value: {{ .Values.zufiManager.address }}
- name: grpc_client_zufi-manager_negotiationType - name: grpc_client_zufi-manager_negotiationType
value: {{ (.Values.zufiManager).grpcClientNegotiationType | default "TLS" }} value: {{ (.Values.zufiManager).grpcClientNegotiationType | default "PLAINTEXT" }}
{{- end}}
envFrom: envFrom:
{{- if (.Values.database).useExternal }} {{- if (.Values.database).useExternal }}
- secretRef: - secretRef:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment