Merge pull request #8 from docker/set-failure-policy-to-fail
docs: set default failure policy
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user