Skip to content

Commit

Permalink
Merge pull request #557 from ianb-mp/patch-1
Browse files Browse the repository at this point in the history
Fix disable webhooks by default
  • Loading branch information
SchSeba authored Dec 20, 2023
2 parents dcd1a55 + cc61bec commit e7fd641
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,11 @@ skopeo:
fakechroot:
if ! which fakechroot; then if [ -f /etc/redhat-release ]; then dnf -y install fakechroot; elif [ -f /etc/lsb-release ]; then sudo apt-get -y update; sudo apt-get -y install fakechroot; fi; fi

deploy-setup: export ENABLE_ADMISSION_CONTROLLER?=true
deploy-setup: export ENABLE_ADMISSION_CONTROLLER?=false
deploy-setup: skopeo install
hack/deploy-setup.sh $(NAMESPACE)

deploy-setup-k8s: export NAMESPACE=sriov-network-operator
deploy-setup-k8s: export ENABLE_ADMISSION_CONTROLLER?=false
deploy-setup-k8s: export CNI_BIN_PATH=/opt/cni/bin
deploy-setup-k8s: export OPERATOR_EXEC=kubectl
deploy-setup-k8s: export CLUSTER_TYPE=kubernetes
Expand Down

0 comments on commit e7fd641

Please sign in to comment.