mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 07:57:07 +00:00
26 lines
487 B
YAML
26 lines
487 B
YAML
|
podSecurityStandard: restricted
|
||
|
includeOtherPolicies:
|
||
|
- require-non-root-groups
|
||
|
policyExclude:
|
||
|
disallow-host-path:
|
||
|
any:
|
||
|
- resources:
|
||
|
kinds:
|
||
|
- Pod
|
||
|
namespaces:
|
||
|
- fluent
|
||
|
require-non-root-groups:
|
||
|
any:
|
||
|
- resources:
|
||
|
kinds:
|
||
|
- Pod
|
||
|
namespaces:
|
||
|
- fluent
|
||
|
check-runasgroup:
|
||
|
any:
|
||
|
- resources:
|
||
|
kinds:
|
||
|
- Pod
|
||
|
namespaces:
|
||
|
- kube-system
|