fix: webhook ignore and use postInstall probe

This commit is contained in:
mrjoelkamp
2024-06-10 15:41:57 -05:00
parent cc8881eea1
commit f13e254699

View File

@@ -104,9 +104,6 @@ jobs:
helm repo add gatekeeper https://open-policy-agent.github.io/gatekeeper/charts
helm install gatekeeper/gatekeeper \
--version ${GATEKEEPER_VERSION} \
--set postInstall.probeWebhook.enabled=false \
--set postInstall.labelNamespace.enabled=false \
--set validatingWebhookFailurePolicy=Fail \
--set validatingWebhookTimeoutSeconds=15 \
--set enableExternalData=true \
--name-template=gatekeeper \