Skip to content

Commit

Permalink
fixed the error
Browse files Browse the repository at this point in the history
  • Loading branch information
uma-kt committed Oct 23, 2024
1 parent c8c25ea commit 68f9895
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,10 @@ To create a slice:
```

The `mongodb-slice.yaml` or `mongo-slice-lb.yaml` file contains the configuration to create a namespace called `mongodb`, and
also on board it onto the demo-slice. The configuration also enables namespace sameness, which means that the `mongodb` slice
will be onboarded onto any worker cluster that is connected to the `demo-slice`.
also on board it onto the demo-slice. The configuration also enables namespace sameness, which means that the `mongodb` namespace
will be onboarded onto any worker cluster that is connected to the demo-slice.

2. Apply the slice configuration yaml file on the project namespace.
2. Apply the slice configuration YAML file on the project namespace.

Example

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ read and write to the primary replica set.

### Step 2: Deploy a MongoDB Shell Pod in the mongo-sh Namespace

Create and deploy a mongodb-sh pod in the mongo-sh namespace with the following configuration:
Create and deploy a `mongodb-sh` pod in the mongo-sh namespace with the following configuration:

```
kubectl apply -f - <<EOF
Expand Down

0 comments on commit 68f9895

Please sign in to comment.