From 329a9f085dbc0b59050ca6a1b3a7d157ab38a531 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Mon, 2 Sep 2024 10:59:46 +0200 Subject: [PATCH] zufi test --- src/main/helm/templates/deployment.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/helm/templates/deployment.yaml b/src/main/helm/templates/deployment.yaml index 0f2f269f6..1c43506b0 100644 --- a/src/main/helm/templates/deployment.yaml +++ b/src/main/helm/templates/deployment.yaml @@ -153,12 +153,10 @@ spec: - name: grpc_client_info-manager_address value: {{ ((.Values.ozgcloud).infoManager).address }} - {{- 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" }} - {{- end }} - name: ozgcloud_user-manager_url value: {{ include "app.ozgcloud_migration_user-manager_address" . }} -- GitLab