mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-29 02:45:06 +00:00
code review changes: undo scripts
This commit is contained in:
parent
eecc9db2d4
commit
653a733a4b
2 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue