diff --git a/clusterprism_halloween_values.yaml b/clusterprism_halloween_values.yaml index 7612c0d..42e06e4 100644 --- a/clusterprism_halloween_values.yaml +++ b/clusterprism_halloween_values.yaml @@ -32,9 +32,8 @@ initContainers: image: debian tag: stable-slim command: | - cp /hugo.conf/setup_hugo.sh . && - chmod +x setup_hugo.sh && - ./setup_hugo.sh + chmod +x /hugo.conf/setup_hugo.sh && + /hugo.conf/setup_hugo.sh securityContext: privileged: false allowPrivilegeEscalation: false