Skip to content
Snippets Groups Projects
Verified Commit 2c4a803d authored by David Hoese's avatar David Hoese
Browse files

Try using replace for PVC

parent fcf6afbe
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment