Merge pull request #8 from docker/set-failure-policy-to-fail

docs: set default failure policy
This commit is contained in:
Joel Kamp
2024-05-24 09:23:20 -05:00
committed by GitHub

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