From b17e1af589d28901a1eb7cbec9afef9ca6684a64 Mon Sep 17 00:00:00 2001 From: David Jeffers Date: Tue, 1 Apr 2025 01:35:21 -0400 Subject: [PATCH] Writing to /tmp first --- clusterprism_halloween_values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/clusterprism_halloween_values.yaml b/clusterprism_halloween_values.yaml index 23718a0..ef6eb81 100644 --- a/clusterprism_halloween_values.yaml +++ b/clusterprism_halloween_values.yaml @@ -70,6 +70,7 @@ volumes: fileContent: | #!/usr/bin/env sh # Getting and building Hugo site source + cd /tmp/ git clone https://git.sadmin.pro/DaJeffers/halloween.dajeffers.com.git && cd halloween.dajeffers.com && hugo &&