Skip to content

Commit

Permalink
Fix operator RBAC for managing nemo guardrails service (#210)
Browse files Browse the repository at this point in the history
Signed-off-by: Shiva Krishna, Merla <[email protected]>
  • Loading branch information
shivamerla authored Nov 5, 2024
1 parent 1f67401 commit 1b728fa
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 @@ -76,6 +76,32 @@ rules:
- patch
- update
- watch
- apiGroups:
- apps.nvidia.com
resources:
- nemoguardrails
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- apps.nvidia.com
resources:
- nemoguardrails/finalizers
verbs:
- update
- apiGroups:
- apps.nvidia.com
resources:
- nemoguardrails/status
verbs:
- get
- patch
- update
- apiGroups:
- apps.nvidia.com
resources:
Expand Down

0 comments on commit 1b728fa

Please sign in to comment.