From 1f0c58cf1452f5750e21284036af6a67f35ef967 Mon Sep 17 00:00:00 2001 From: "Shiva Krishna, Merla" Date: Thu, 21 Aug 2025 07:15:08 -0700 Subject: [PATCH] Add missing RBAC to create/delete DRA resourceclaimtemplates Signed-off-by: Shiva Krishna, Merla --- .../k8s-nim-operator.clusterserviceversion.yaml | 11 +++++++++++ .../helm/k8s-nim-operator/templates/manager-rbac.yaml | 2 ++ 2 files changed, 13 insertions(+) diff --git a/bundle/manifests/k8s-nim-operator.clusterserviceversion.yaml b/bundle/manifests/k8s-nim-operator.clusterserviceversion.yaml index aaa3565cb..1545b1e60 100644 --- a/bundle/manifests/k8s-nim-operator.clusterserviceversion.yaml +++ b/bundle/manifests/k8s-nim-operator.clusterserviceversion.yaml @@ -1346,6 +1346,17 @@ spec: - patch - update - watch + - apiGroups: + - resource.k8s.io + resources: + - resourceclaims + - resourceclaimtemplates + verbs: + - get + - list + - watch + - create + - delete deployments: - name: k8s-nim-operator spec: diff --git a/deployments/helm/k8s-nim-operator/templates/manager-rbac.yaml b/deployments/helm/k8s-nim-operator/templates/manager-rbac.yaml index af151b789..5b29265c4 100644 --- a/deployments/helm/k8s-nim-operator/templates/manager-rbac.yaml +++ b/deployments/helm/k8s-nim-operator/templates/manager-rbac.yaml @@ -386,6 +386,8 @@ rules: - get - list - watch + - create + - delete - apiGroups: - route.openshift.io resources: