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 }}