Skip to content

Commit bb31fc8

Browse files
authored
Fix typo in file path.
1 parent 7bfba07 commit bb31fc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,11 @@ $ kubectl -n mongodb create secret generic my-credentials --from-literal="user=s
148148

149149
### Creating a MongoDB Object ###
150150

151-
A MongoDB object in Kubernetes is a MongoDB (short name `mdb`). We are going to create a replica set to test that everything is working as expected. There is a MongoDB replica set yaml file in `samples/mongodb/minimal/replicaset.yaml`.
151+
A MongoDB object in Kubernetes is a MongoDB (short name `mdb`). We are going to create a replica set to test that everything is working as expected. There is a MongoDB replica set yaml file in `samples/mongodb/minimal/replica-set.yaml`.
152152

153153
If you have a correctly created Project with the name `my-project` and Credentials stored in a secret called `my-credentials` then, after applying this file then everything should be running and a new Replica Set with 3 members should soon appear in Ops Manager UI.
154154

155-
kubectl apply -f samples/mongodb/minimal/replicaset.yaml
155+
kubectl apply -f samples/mongodb/minimal/replica-set.yaml
156156

157157
## Ops Manager object (Beta) ##
158158

0 commit comments

Comments
 (0)