diff --git a/src/main/helm/templates/deployment.yaml b/src/main/helm/templates/deployment.yaml
index 66262635fb8c204ec827124a07fe52c71c3d95a1..84ba4da2956ca78801be41f403e61882ce3dfea9 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: