From 4e0745e37aee2881e615c371396114865d46ff97 Mon Sep 17 00:00:00 2001 From: Vishesh Tanksale Date: Thu, 23 Jan 2025 16:59:25 -0800 Subject: [PATCH] Fixing entity store rbac in helm chart (#299) --- .../templates/manager-rbac.yaml | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/deployments/helm/k8s-nim-operator/templates/manager-rbac.yaml b/deployments/helm/k8s-nim-operator/templates/manager-rbac.yaml index 24cc46895..73d0ba596 100644 --- a/deployments/helm/k8s-nim-operator/templates/manager-rbac.yaml +++ b/deployments/helm/k8s-nim-operator/templates/manager-rbac.yaml @@ -154,6 +154,32 @@ rules: - get - patch - update +- apiGroups: + - apps.nvidia.com + resources: + - nemoentitystores + verbs: + - create + - delete + - get + - list + - patch + - update + - watch +- apiGroups: + - apps.nvidia.com + resources: + - nemoentitystores/finalizers + verbs: + - update +- apiGroups: + - apps.nvidia.com + resources: + - nemoentitystores/status + verbs: + - get + - patch + - update - apiGroups: - apps.nvidia.com resources: