mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-10 18:06:55 +00:00
21 lines
339 B
YAML
21 lines
339 B
YAML
apiVersion: kyverno.io/v2
|
|
kind: PolicyException
|
|
metadata:
|
|
creationTimestamp: null
|
|
name: exception-3
|
|
spec:
|
|
exceptions:
|
|
- policyName: psa
|
|
ruleNames:
|
|
- restricted
|
|
match:
|
|
all:
|
|
- resources:
|
|
kinds:
|
|
- Pod
|
|
podSecurity:
|
|
- controlName: "/proc Mount Type"
|
|
images:
|
|
- nginx
|
|
values:
|
|
- "bar"
|