diff --git a/src/main/helm/templates/deployment.yaml b/src/main/helm/templates/deployment.yaml index 84118a46a9b2cf122714d0eecaa61d77dba8d68a..b554d57c771f82258d30f20cd129eca4f55eb66f 100644 --- a/src/main/helm/templates/deployment.yaml +++ b/src/main/helm/templates/deployment.yaml @@ -107,12 +107,10 @@ 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 "PLAINTEXT" }} - {{- end}} + value: {{ (.Values.zufiManager).grpcClientNegotiationType | default "TLS" }} envFrom: {{- if (.Values.database).useExternal }} - secretRef: