From 37bd2c3a4e24e184107a089c7000b6d6d411545c Mon Sep 17 00:00:00 2001 From: Tal Yitzhak Date: Wed, 5 Nov 2025 14:43:01 +0200 Subject: [PATCH] Update _keycloak_initContainer.tpl --- chart/templates/helpers/_keycloak_initContainer.tpl | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/chart/templates/helpers/_keycloak_initContainer.tpl b/chart/templates/helpers/_keycloak_initContainer.tpl index d0a6986..a5eb852 100644 --- a/chart/templates/helpers/_keycloak_initContainer.tpl +++ b/chart/templates/helpers/_keycloak_initContainer.tpl @@ -1,9 +1,6 @@ {{ define "lightrun-keycloak.initContainer.read-only-rootfs" }} - args: - - > - cp -R /opt/* /keycloak-empty-dir/ && - cd /opt && - find . -type f -exec touch -r {} /keycloak-empty-dir/{} \; 2>/dev/null + - cp -R /opt/* /keycloak-empty-dir/ command: - /bin/sh - -c @@ -104,4 +101,4 @@ - name: p12 mountPath: /p12 command: ['sh', '-c', 'keytool -import -trustcacerts -alias internalCa -keystore /p12/cluster-ca.p12 -file /tls/ca.crt -noprompt -storepass $KEYSTORE_PASSWORD'] -{{ end }} \ No newline at end of file +{{ end }}