diff --git a/helpers/create_pvc.sh b/helpers/create_pvc.sh index bb7cc3fb427fa5ae32ada241fbd99a2718c0a684..43c6779d524059bd1f073f2a0d500f10ab2d9493 100755 --- a/helpers/create_pvc.sh +++ b/helpers/create_pvc.sh @@ -26,4 +26,5 @@ if [[ $CI_PIPELINE_SOURCE == "pipeline" ]]; then fi fi -docker run --rm -v $(pwd):/apps -w /apps alpine/k8s:1.18.2 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 +kubectl $EXTRA_ARGS replace -f $pvc \ No newline at end of file