From 384e9cec1bfc510fd4ff818c24dab0ac9e334527 Mon Sep 17 00:00:00 2001 From: Mike Danese Date: Wed, 10 Nov 2021 11:13:15 -0800 Subject: [PATCH] don't expand $(ls -A /scrub) in PV_RECYCLER_TEMPLATE Before we write the template. --- cluster/gce/gci/configure-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/gce/gci/configure-helper.sh b/cluster/gce/gci/configure-helper.sh index 14dff9680d2..81fa27c2524 100644 --- a/cluster/gce/gci/configure-helper.sh +++ b/cluster/gce/gci/configure-helper.sh @@ -3034,7 +3034,7 @@ function override-pv-recycler { PV_RECYCLER_VOLUME="{\"name\": \"pv-recycler-mount\",\"hostPath\": {\"path\": \"${PV_RECYCLER_OVERRIDE_TEMPLATE}\", \"type\": \"FileOrCreate\"}}," PV_RECYCLER_MOUNT="{\"name\": \"pv-recycler-mount\",\"mountPath\": \"${PV_RECYCLER_OVERRIDE_TEMPLATE}\", \"readOnly\": true}," - cat > "${PV_RECYCLER_OVERRIDE_TEMPLATE}" < "${PV_RECYCLER_OVERRIDE_TEMPLATE}" <<\EOF version: v1 kind: Pod metadata: