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