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

Try full docker kubectl call for create pvc replace

parent 2c4a803d
No related branches found
No related tags found
No related merge requests found
...@@ -26,5 +26,6 @@ if [[ $CI_PIPELINE_SOURCE == "pipeline" ]]; then ...@@ -26,5 +26,6 @@ if [[ $CI_PIPELINE_SOURCE == "pipeline" ]]; then
fi fi
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 #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 #kubectl $EXTRA_ARGS replace -f $pvc
\ No newline at end of file \ 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