Skip to content

Commit

Permalink
[autogenerated] update CRDs and RBAC 11502820493
Browse files Browse the repository at this point in the history
  • Loading branch information
ako-releaser committed Oct 24, 2024
1 parent ba26b93 commit e05c5b9
Showing 1 changed file with 27 additions and 33 deletions.
60 changes: 27 additions & 33 deletions charts/atlas-operator/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- apiGroups:
- atlas.mongodb.com
resources:
- atlasdeployments
- atlasbackupcompliancepolicies
verbs:
- create
- delete
Expand All @@ -32,15 +32,15 @@
- apiGroups:
- atlas.mongodb.com
resources:
- atlasdeployments/status
- atlasbackupcompliancepolicies/status
verbs:
- get
- patch
- update
- apiGroups:
- atlas.mongodb.com
resources:
- atlasdatabaseusers
- atlasbackuppolicies
verbs:
- create
- delete
Expand All @@ -52,15 +52,15 @@
- apiGroups:
- atlas.mongodb.com
resources:
- atlasdatabaseusers/status
- atlasbackuppolicies/status
verbs:
- get
- patch
- update
- apiGroups:
- atlas.mongodb.com
resources:
- atlasprojects
- atlasbackupschedules
verbs:
- create
- delete
Expand All @@ -72,23 +72,15 @@
- apiGroups:
- atlas.mongodb.com
resources:
- atlasprojects/finalizers
verbs:
- get
- patch
- update
- apiGroups:
- atlas.mongodb.com
resources:
- atlasprojects/status
- atlasbackupschedules/status
verbs:
- get
- patch
- update
- apiGroups:
- atlas.mongodb.com
resources:
- atlasbackuppolicies
- atlasdatabaseusers
verbs:
- create
- delete
Expand All @@ -100,15 +92,15 @@
- apiGroups:
- atlas.mongodb.com
resources:
- atlasbackuppolicies/status
- atlasdatabaseusers/status
verbs:
- get
- patch
- update
- apiGroups:
- atlas.mongodb.com
resources:
- atlasbackupschedules
- atlasdatafederations
verbs:
- create
- delete
Expand All @@ -120,15 +112,15 @@
- apiGroups:
- atlas.mongodb.com
resources:
- atlasbackupschedules/status
- atlasdatafederations/status
verbs:
- get
- patch
- update
- apiGroups:
- atlas.mongodb.com
resources:
- atlasteams
- atlasdeployments
verbs:
- create
- delete
Expand All @@ -140,15 +132,15 @@
- apiGroups:
- atlas.mongodb.com
resources:
- atlasteams/status
- atlasdeployments/status
verbs:
- get
- patch
- update
- apiGroups:
- atlas.mongodb.com
resources:
- atlasdatafederations
- atlasfederatedauths
verbs:
- create
- delete
Expand All @@ -160,15 +152,15 @@
- apiGroups:
- atlas.mongodb.com
resources:
- atlasdatafederations/status
- atlasfederatedauths/status
verbs:
- get
- patch
- update
- apiGroups:
- atlas.mongodb.com
resources:
- atlasfederatedauths
- atlasprojects
verbs:
- create
- delete
Expand All @@ -180,13 +172,15 @@
- apiGroups:
- atlas.mongodb.com
resources:
- atlasfederatedauths/status
- atlasprojects/status
verbs:
- get
- patch
- update
- apiGroups:
- atlas.mongodb.com
resources:
- atlasstreamconnections
- atlassearchindexconfigs
verbs:
- create
- delete
Expand All @@ -198,15 +192,15 @@
- apiGroups:
- atlas.mongodb.com
resources:
- atlasstreamconnections/status
- atlassearchindexconfigs/status
verbs:
- get
- patch
- update
- apiGroups:
- atlas.mongodb.com
resources:
- atlasstreaminstances
- atlasstreamconnections
verbs:
- create
- delete
Expand All @@ -218,15 +212,15 @@
- apiGroups:
- atlas.mongodb.com
resources:
- atlasstreaminstances/status
- atlasstreamconnections/status
verbs:
- get
- patch
- update
- apiGroups:
- atlas.mongodb.com
resources:
- atlassearchindexconfigs
- atlasstreaminstances
verbs:
- create
- delete
Expand All @@ -238,15 +232,15 @@
- apiGroups:
- atlas.mongodb.com
resources:
- atlassearchindexconfigs/status
- atlasstreaminstances/status
verbs:
- get
- patch
- update
- apiGroups:
- atlas.mongodb.com
resources:
- atlasbackupcompliancepolicies
- atlasteams
verbs:
- create
- delete
Expand All @@ -258,8 +252,8 @@
- apiGroups:
- atlas.mongodb.com
resources:
- atlasbackupcompliancepolicies/status
- atlasteams/status
verbs:
- get
- patch
- update
- update

0 comments on commit e05c5b9

Please sign in to comment.