mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-07 00:17:13 +00:00
18 lines
315 B
YAML
18 lines
315 B
YAML
|
apiVersion: kyverno.io/v2alpha1
|
||
|
kind: PolicyException
|
||
|
metadata:
|
||
|
name: polex-right
|
||
|
spec:
|
||
|
background: false
|
||
|
exceptions:
|
||
|
- policyName: test
|
||
|
ruleNames:
|
||
|
- test
|
||
|
match:
|
||
|
any:
|
||
|
- resources:
|
||
|
kinds:
|
||
|
- Pods
|
||
|
subjects:
|
||
|
- kind: User
|
||
|
name: chip
|