Skip to content

Commit

Permalink
chore: Update datastore crd rbac in helm chart manifest / bundle mani…
Browse files Browse the repository at this point in the history
…fest

Signed-off-by: shil <[email protected]>
  • Loading branch information
shil authored and slu2011 committed Nov 26, 2024
1 parent b750aea commit 0b85020
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 0 deletions.
46 changes: 46 additions & 0 deletions bundle/manifests/k8s-nim-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,26 @@ spec:
kind: ConfigMap
specDescriptors: []
statusDescriptors: []
- name: nemodatastores.apps.nvidia.com
displayName: NemoDatastore
kind: NemoDatastore
version: v1alpha1
description: NEMO datastore Service
resources:
- version: v1
kind: Deployment
- version: v1
kind: Service
- version: v1
kind: ReplicaSet
- version: v1
kind: Pod
- version: v1
kind: Secret
- version: v1
kind: ConfigMap
specDescriptors: []
statusDescriptors: []
required: []
install:
strategy: deployment
Expand Down Expand Up @@ -498,6 +518,32 @@ spec:
- get
- patch
- update
- apiGroups:
- apps.nvidia.com
resources:
- nemodatastores
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- apps.nvidia.com
resources:
- nemodatastores/finalizers
verbs:
- update
- apiGroups:
- apps.nvidia.com
resources:
- nemodatastores/status
verbs:
- get
- patch
- update
- apiGroups:
- batch
resources:
Expand Down
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 @@ -102,6 +102,32 @@ rules:
- get
- patch
- update
- apiGroups:
- apps.nvidia.com
resources:
- nemodatastores
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- apps.nvidia.com
resources:
- nemodatastores/finalizers
verbs:
- update
- apiGroups:
- apps.nvidia.com
resources:
- nemodatastores/status
verbs:
- get
- patch
- update
- apiGroups:
- apps.nvidia.com
resources:
Expand Down

0 comments on commit 0b85020

Please sign in to comment.