Skip to content

Commit

Permalink
[dev-v2.7 ] rancher-monitoring fix crd update/delete (#3996)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Lamarre <alexandre.lamarre@suse.com>
  • Loading branch information
alexandreLamarre authored and nicholasSUSE committed Jun 6, 2024
1 parent bbfe5f5 commit b170c8c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rules:
- apiextensions.k8s.io
resources:
- customresourcedefinitions
verbs: ['create', 'get', 'patch', 'delete']
verbs: ['create', 'get', 'patch', 'delete', 'update', 'list']
{{- if .Values.global.cattle.psp.enabled }}
- apiGroups: ['policy']
resources: ['podsecuritypolicies']
Expand Down
4 changes: 2 additions & 2 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15485,9 +15485,9 @@ entries:
catalog.cattle.io/namespace: cattle-monitoring-system
catalog.cattle.io/release-name: rancher-monitoring-crd
apiVersion: v1
created: "2024-05-29T12:59:35.093728615-04:00"
created: "2024-06-03T15:08:19.430303675-04:00"
description: Installs the CRDs for rancher-monitoring.
digest: ad5843baf915003f441e0d43a44f9fe8a50fe2131e591c4073d851f83c492200
digest: c125105c39ce7ca93a4efa244fa9d290a29395e506a0278a6e466db3185bb37f
name: rancher-monitoring-crd
type: application
urls:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rules:
- apiextensions.k8s.io
resources:
- customresourcedefinitions
verbs: ['create', 'get', 'patch', 'delete']
verbs: ['create', 'get', 'patch', 'delete', 'update', 'list']
{{- if .Values.global.cattle.psp.enabled }}
- apiGroups: ['policy']
resources: ['podsecuritypolicies']
Expand Down

0 comments on commit b170c8c

Please sign in to comment.