diff --git a/helpers/create_pvc.sh b/helpers/create_pvc.sh index 1097ec79d50d29cc18502c4e5cbe4605e66e801e..bb7cc3fb427fa5ae32ada241fbd99a2718c0a684 100755 --- a/helpers/create_pvc.sh +++ b/helpers/create_pvc.sh @@ -26,4 +26,4 @@ if [[ $CI_PIPELINE_SOURCE == "pipeline" ]]; then fi fi -kubectl $EXTRA_ARGS apply -f $pvc +docker run --rm -v $(pwd):/apps -w /apps alpine/k8s:1.18.2 kubectl $EXTRA_ARGS apply -f $pvc