mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
fix: don't specify rules when aggregationRule is set (#4867)
Fixes #4866 Signed-off-by: James Callahan <jamescallahan@bitgo.com> Signed-off-by: James Callahan <jamescallahan@bitgo.com> Co-authored-by: Charles-Edouard Brétéché <charled.breteche@gmail.com>
This commit is contained in:
parent
de67a507cd
commit
33b5bb2a8a
4 changed files with 0 additions and 4 deletions
|
@ -9,7 +9,6 @@ aggregationRule:
|
|||
clusterRoleSelectors:
|
||||
- matchLabels:
|
||||
{{- include "kyverno.matchLabels" . | nindent 6 }}
|
||||
rules: []
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRole
|
||||
|
|
|
@ -25148,7 +25148,6 @@ metadata:
|
|||
app.kubernetes.io/part-of: kyverno
|
||||
app.kubernetes.io/version: latest
|
||||
name: kyverno
|
||||
rules: []
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRole
|
||||
|
|
|
@ -25134,7 +25134,6 @@ metadata:
|
|||
app.kubernetes.io/name: kyverno
|
||||
app.kubernetes.io/part-of: kyverno
|
||||
name: kyverno
|
||||
rules: []
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRole
|
||||
|
|
|
@ -9,7 +9,6 @@ aggregationRule:
|
|||
clusterRoleSelectors:
|
||||
- matchLabels:
|
||||
app: kyverno
|
||||
rules: []
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRole
|
||||
|
|
Loading…
Add table
Reference in a new issue