Skip to content

Commit

Permalink
Fixing entity store rbac in helm chart (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
visheshtanksale authored Jan 24, 2025
1 parent 549bab6 commit 4e0745e
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions deployments/helm/k8s-nim-operator/templates/manager-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4e0745e

Please sign in to comment.