From a1824fa46f51bdd2637add2e5535fe3bf0b5c63b Mon Sep 17 00:00:00 2001 From: David Jeffers Date: Sun, 23 Mar 2025 23:24:11 -0400 Subject: [PATCH] Trying new path for setup_hugo.sh --- clusterprism_halloween_values.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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