Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[autogenerated] update CRDs and RBAC 11502820493 #351

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading