diff --git a/README.md b/README.md index c4180e2..5b81900 100644 --- a/README.md +++ b/README.md @@ -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