mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 07:57:07 +00:00
18 lines
No EOL
308 B
YAML
18 lines
No EOL
308 B
YAML
apiVersion: kyverno.io/v2
|
|
kind: PolicyException
|
|
metadata:
|
|
name: polex-wrong
|
|
spec:
|
|
background: true
|
|
exceptions:
|
|
- policyName: test
|
|
ruleNames:
|
|
- test
|
|
match:
|
|
any:
|
|
- resources:
|
|
kinds:
|
|
- Pods
|
|
subjects:
|
|
- kind: User
|
|
name: chip |