Skip to content

Commit

Permalink
[dev-v2.9] rancher-monitoring fix crd update/delete (#3998)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Lamarre <alexandre.lamarre@suse.com>
  • Loading branch information
alexandreLamarre committed Jun 6, 2024
1 parent c74ab29 commit b74c767
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', 'replace']
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 @@ -18669,9 +18669,9 @@ entries:
catalog.cattle.io/namespace: cattle-monitoring-system
catalog.cattle.io/release-name: rancher-monitoring-crd
apiVersion: v2
created: "2024-06-06T10:29:51.27139778-04:00"
created: "2024-06-06T12:32:19.88590634-04:00"
description: Installs the CRDs for rancher-monitoring.
digest: a5c099030e1772f098b411254ed9c81baf88fd8b6450aed1a25e64f536f04aee
digest: 8d4cee5f25078be37ca182d15d7d8d0412ccc97e228a5a602734ac7b47e91c4e
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', 'replace']
verbs: ['create', 'get', 'patch', 'delete', 'update', 'list']
{{- if .Values.global.cattle.psp.enabled }}
- apiGroups: ['policy']
resources: ['podsecuritypolicies']
Expand Down

0 comments on commit b74c767

Please sign in to comment.