1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

code review changes: undo scripts

This commit is contained in:
shivdudhani 2019-05-08 07:38:42 -07:00
parent eecc9db2d4
commit 653a733a4b
2 changed files with 1 additions and 4 deletions

View file

@ -22,4 +22,4 @@ tag="${hub_user_name}/${project_name}:${version}"
docker build --no-cache -t "${tag}" . || exit 4
echo "# Pushing image to repository..."
#docker push "${tag}" || exit 5
docker push "${tag}" || exit 5

View file

@ -37,9 +37,6 @@ if [ -z "${namespace}" ]; then # controller should be launched locally
kubectl delete -f definitions/MutatingWebhookConfiguration_debug.yaml
kubectl create -f definitions/MutatingWebhookConfiguration_debug.yaml || exit 3
# kubectl delete -f definitions/PolicyValidationConfiguration.yaml
# kubectl create -f definitions/PolicyValidationConfiguration.yaml || exit 3
kubectl delete -f definitions/install.yaml
kubectl create -f definitions/install.yaml || exit 3