helm: Remove unnecessary CRD access from clusterrole

If the zuul-operator no longer installs cert-manager or PXC it no
longer needs access to be able to list CRDs either.

Change-Id: I309e09cc3aa3469a1c0cebaab6b0e74c7e5643a1
This commit is contained in:
Michael Kelly 2022-11-03 22:27:36 -07:00
parent 58d5ba94ef
commit e2df4ff1c4
No known key found for this signature in database
GPG Key ID: 77F7FE93040ECF3E
1 changed files with 0 additions and 7 deletions

View File

@ -40,13 +40,6 @@ rules:
- patch
- update
- watch
- apiGroups:
- apiextensions.k8s.io
resources:
- customresourcedefinitions
verbs:
- get
- list
- apiGroups:
- batch
resources: