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

Try raw docker command in create_pvc.sh

parent 236f9429
No related branches found
No related tags found
No related merge requests found
......@@ -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
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