From 18d6453fcaa9f4a6de48134707c0d82b0e328b09 Mon Sep 17 00:00:00 2001 From: David Jeffers Date: Sun, 23 Mar 2025 23:42:36 -0400 Subject: [PATCH] Moving setup_hugo.sh --- clusterprism_halloween_values.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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