From 2e0534204ac829c355279c28229afafe93c34d93 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Thu, 11 Apr 2024 13:53:42 +0200
Subject: [PATCH] OZG-3328 add comment for helm dataport switch

---
 src/main/helm/templates/deployment.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/helm/templates/deployment.yaml b/src/main/helm/templates/deployment.yaml
index 66262635..84ba4da2 100644
--- a/src/main/helm/templates/deployment.yaml
+++ b/src/main/helm/templates/deployment.yaml
@@ -66,7 +66,7 @@ spec:
               name: {{ include "app.databaseSecretName" . }}
               key: connectionString.standardSrv
               optional: false
-        {{- if not (.Values.sso).api_user }}
+        {{- if not (.Values.sso).api_user }} # used by dataport
         - name: OZGCLOUD_KEYCLOAK_API_PASSWORD
           valueFrom:
             secretKeyRef:
-- 
GitLab