Skip to content

Commit

Permalink
fix: fix azure test
Browse files Browse the repository at this point in the history
  • Loading branch information
binbin-li committed Sep 7, 2023
1 parent f6e9f4a commit 5d8a411
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions scripts/azure-ci-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,7 @@ build_push_to_acr() {

deploy_gatekeeper() {
echo "deploying gatekeeper"
helm repo add gatekeeper https://open-policy-agent.github.io/gatekeeper/charts
helm install gatekeeper/gatekeeper \
--version ${GATEKEEPER_VERSION} \
--name-template=gatekeeper \
--namespace gatekeeper-system --create-namespace \
--set enableExternalData=true \
--set validatingWebhookTimeoutSeconds=5 \
--set mutatingWebhookTimeoutSeconds=2 \
--set auditInterval=0
make e2e-deploy-gatekeeper GATEKEEPER_VERSION=${GATEKEEPER_VERSION} GATEKEEPER_NAMESPACE="gatekeeper-system"
}

deploy_ratify() {
Expand Down

0 comments on commit 5d8a411

Please sign in to comment.