diff --git a/clusterprism_halloween_values.yaml b/clusterprism_halloween_values.yaml index 9677fbc..5dcc6b4 100644 --- a/clusterprism_halloween_values.yaml +++ b/clusterprism_halloween_values.yaml @@ -31,7 +31,9 @@ initContainers: image: debian tag: stable-slim command: | - bash -c "/hugo.conf/setup_hugo.sh" + cp /hugo.conf/setup_hugo.sh /tmp/ && + chmod +x /tmp/setup_hugo.sh && + /tmp/setup_hugo.sh securityContext: runAsUser: 2000 runAsGroup: 2000