mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-13 03:16:55 +00:00
15 lines
276 B
YAML
15 lines
276 B
YAML
|
apiVersion: chainsaw.kyverno.io/v1alpha1
|
||
|
kind: TestStep
|
||
|
metadata:
|
||
|
name: rbac
|
||
|
spec:
|
||
|
try:
|
||
|
- assert:
|
||
|
file: admin-policies.yaml
|
||
|
- assert:
|
||
|
file: admin-policyreport.yaml
|
||
|
- assert:
|
||
|
file: admin-reports.yaml
|
||
|
- assert:
|
||
|
file: admin-updaterequest.yaml
|