From 39d3f5015507b2a347621b80e35f3bd12b6f77be Mon Sep 17 00:00:00 2001
From: Jan Zickermann <jan.zickermann@dataport.de>
Date: Fri, 13 Dec 2024 16:30:06 +0100
Subject: [PATCH] #2 OZG-7121 helm: Remove runAsUser config

---
 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 aeb10ef..487f906 100644
--- a/src/main/helm/templates/deployment.yaml
+++ b/src/main/helm/templates/deployment.yaml
@@ -62,8 +62,6 @@ spec:
           image: docker.ozg-sh.de/keystore-truststore-from-tls-secret:latest
           imagePullPolicy: Always
           command: ["/bin/sh", "/opt/keystore-truststore-from-tls-secret.sh"]
-          securityContext:
-            runAsUser: 185
           volumeMounts:
             - name: xta-test-server-tls-store
               mountPath: "/tls/"
-- 
GitLab