docs: set default failure policy

This commit is contained in:
mrjoelkamp
2024-05-24 09:02:51 -05:00
parent 0e42d349dd
commit abb1aeb808

View File

@@ -22,6 +22,7 @@ helm repo add gatekeeper https://open-policy-agent.github.io/gatekeeper/charts
# Install the latest version of Gatekeeper with the external data feature enabled.
helm install gatekeeper/gatekeeper \
--set enableExternalData=true \
--set validatingWebhookFailurePolicy=Fail \
--name-template=gatekeeper \
--namespace security \
--create-namespace