diff --git a/src/main/helm/templates/deployment.yaml b/src/main/helm/templates/deployment.yaml
index 0f2f269f6e833085161f6e9a9ce002d593e9f066..1c43506b0b30a3077cf7fdc802b3e80a49ccf3ea 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" . }}