1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

update rule name

This commit is contained in:
Shuting Zhao 2020-07-17 10:11:40 -07:00
parent aa00b8354f
commit 5839447112

View file

@ -95,7 +95,7 @@ This is an example that select Deployment **OR** StatefulSet that has label `app
````yaml
spec:
rules:
- name: match-critical-
- name: match-critical-app
match:
resources: # AND across types but an OR inside types that take a list
kinds: