fix: fail closed

This commit is contained in:
mrjoelkamp
2024-06-10 14:31:44 -05:00
parent 67cad270a2
commit 9797d27a18

View File

@@ -104,6 +104,9 @@ jobs:
helm repo add gatekeeper https://open-policy-agent.github.io/gatekeeper/charts
helm install gatekeeper/gatekeeper \
--version ${GATEKEEPER_VERSION} \
--set postInstall.probeWebhook.httpTimeout=300 \
--set postInstall.probeWebhook.waitTimeout=300 \
--set validatingWebhookFailurePolicy=Fail \
--set enableExternalData=true \
--name-template=gatekeeper \
--namespace security \