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" ]