1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 07:57:07 +00:00
kyverno/charts/kyverno-policies/ci/test-values.yaml
treydock 3f1a0bfd6c
Allow setting validationFailureActionOverrides for policies (#3201)
Signed-off-by: Trey Dockendorf <tdockendorf@osc.edu>
2022-02-09 16:24:35 +08:00

27 lines
536 B
YAML

podSecurityStandard: restricted
includeOtherPolicies:
- require-non-root-groups
validationFailureActionOverrides:
all:
- action: audit
namespaces:
- ingress-nginx
disallow-host-path:
- action: audit
namespaces:
- fluent
policyExclude:
disallow-host-path:
any:
- resources:
kinds:
- Pod
namespaces:
- fluent
require-non-root-groups:
any:
- resources:
kinds:
- Pod
namespaces:
- fluent