Skip to content

Commit

Permalink
delete clear mongo log
Browse files Browse the repository at this point in the history
  • Loading branch information
wallyxjh committed Jun 28, 2024
1 parent 528ccca commit b1ed969
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/cloud/manifests/mongodb.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
sealos-db-provider-cr: sealos-mongodb
app.kubernetes.io/instance: sealos-mongodb
app.kubernetes.io/managed-by: kbcli
name: sealos-mongodb
name: sealos-mongodb-sa
namespace: sealos
---
apiVersion: rbac.authorization.k8s.io/v1
Expand Down Expand Up @@ -40,7 +40,7 @@ roleRef:
name: sealos-mongodb
subjects:
- kind: ServiceAccount
name: sealos-mongodb
name: sealos-mongodb-sa
---
apiVersion: apps.kubeblocks.io/v1alpha1
kind: Cluster
Expand Down

0 comments on commit b1ed969

Please sign in to comment.