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.
|
# Install the latest version of Gatekeeper with the external data feature enabled.
|
||||||
helm install gatekeeper/gatekeeper \
|
helm install gatekeeper/gatekeeper \
|
||||||
--set enableExternalData=true \
|
--set enableExternalData=true \
|
||||||
|
--set validatingWebhookFailurePolicy=Fail \
|
||||||
--name-template=gatekeeper \
|
--name-template=gatekeeper \
|
||||||
--namespace security \
|
--namespace security \
|
||||||
--create-namespace
|
--create-namespace
|
||||||
|
|||||||
Reference in New Issue
Block a user