From 4169f0ec021cb2f14a889488c1cb1d74e1e4fbd3 Mon Sep 17 00:00:00 2001 From: Brett Edwards Date: Fri, 6 Dec 2024 09:56:22 -0800 Subject: [PATCH] test --- openshift/scripts/oc_provision_crunchy_standby.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/openshift/scripts/oc_provision_crunchy_standby.sh b/openshift/scripts/oc_provision_crunchy_standby.sh index c2613c34a..3b71fe574 100755 --- a/openshift/scripts/oc_provision_crunchy_standby.sh +++ b/openshift/scripts/oc_provision_crunchy_standby.sh @@ -46,6 +46,7 @@ OC_PROCESS="oc -n ${PROJ_TARGET} process -f ${TEMPLATE_PATH}/crunchy_standby.yam -p MEMORY_LIMIT=16Gi" + # In order to avoid running out of storage quota in our development environment, use # ephemeral storage by removing the pvc request from the template. if [ "$EPHEMERAL_STORAGE" = "True" ]