1
0
Fork 0
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:
James Callahan 2022-10-13 01:17:51 +11:00 committed by GitHub
parent de67a507cd
commit 33b5bb2a8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 4 deletions

View file

@ -9,7 +9,6 @@ aggregationRule:
clusterRoleSelectors:
- matchLabels:
{{- include "kyverno.matchLabels" . | nindent 6 }}
rules: []
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole

View file

@ -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

View file

@ -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

View file

@ -9,7 +9,6 @@ aggregationRule:
clusterRoleSelectors:
- matchLabels:
app: kyverno
rules: []
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole