Skip to content

Commit

Permalink
Fixed missing RBAC for new CRDs
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-karpukhin committed May 6, 2024
1 parent ebc9c68 commit 9954581
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions charts/atlas-operator/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -253,4 +253,64 @@ RBAC permissions
- atlasfederatedauths/status
verbs:
- get
- apiGroups:
- atlas.mongodb.com
resources:
- atlasstreamconnections
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- atlas.mongodb.com
resources:
- atlasstreamconnections/status
verbs:
- get
- patch
- update
- apiGroups:
- atlas.mongodb.com
resources:
- atlasstreaminstances
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- atlas.mongodb.com
resources:
- atlasstreaminstances/status
verbs:
- get
- patch
- update
- apiGroups:
- atlas.mongodb.com
resources:
- atlassearchindexconfigs
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- atlas.mongodb.com
resources:
- atlassearchindexconfigs/status
verbs:
- get
- patch
- update
{{- end -}}

0 comments on commit 9954581

Please sign in to comment.