Skip to content

Commit

Permalink
Update sealos mongo role (#4823)
Browse files Browse the repository at this point in the history
* update kafka monitor

* update sealos mongo role
  • Loading branch information
wallyxjh authored Jun 28, 2024
1 parent 89ada63 commit 28698d2
Showing 1 changed file with 3 additions and 74 deletions.
77 changes: 3 additions & 74 deletions deploy/cloud/manifests/mongodb.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -19,82 +19,11 @@ metadata:
namespace: sealos
rules:
- apiGroups:
- apps.kubeblocks.io
- '*'
resources:
- clusters
- '*'
verbs:
- get
- list
- apiGroups:
- apps.kubeblocks.io
resources:
- clusters/status
verbs:
- get
- apiGroups:
- ''
resources:
- events
verbs:
- create
- apiGroups:
- ''
resources:
- configmaps
verbs:
- create
- get
- list
- patch
- update
- watch
- delete
- apiGroups:
- ''
resources:
- endpoints
verbs:
- create
- get
- list
- patch
- update
- watch
- delete
- apiGroups:
- ''
resources:
- pods
verbs:
- get
- list
- patch
- update
- watch
- apiGroups:
- dataprotection.kubeblocks.io
resources:
- backups
verbs:
- create
- get
- list
- patch
- update
- watch
- delete
- apiGroups:
- dataprotection.kubeblocks.io
resources:
- backups/status
verbs:
- create
- get
- list
- patch
- update
- watch
- delete
- '*'
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
Expand Down

0 comments on commit 28698d2

Please sign in to comment.