Skip to content

Commit 048464c

Browse files
Endre Czirbesztamalsaha
authored andcommitted
Fix typos
Signed-off-by: Endre Czirbesz <endre.czirbesz@rungway.com>
1 parent fc3d4aa commit 048464c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

charts/stash-mongodb/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The following table lists the configurable parameters of the `stash-mongodb` cha
5151
| image.registry | Docker registry used to pull MongoDB addon image | `stashed` |
5252
| image.repository | Docker image used to backup/restore MongoDB database | `stash-mongodb` |
5353
| image.tag | Tag of the image that is used to backup/restore MongoDB database. This is usually same as the database version it can backup. | `"4.0.5"` |
54-
| backup.args | Arguments to pass to `mongodump` command during bakcup process | `""` |
54+
| backup.args | Arguments to pass to `mongodump` command during backup process | `""` |
5555
| restore.args | Arguments to pass to `mongorestore` command during restore process | `""` |
5656
| maxConcurrency | Maximum concurrency to perform backup or restore tasks | `3` |
5757

charts/stash-mongodb/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ image:
1818

1919
# optional argument to send mongodump or mongorestore command
2020
backup:
21-
# Arguments to pass to `mongodump` command during bakcup process
21+
# Arguments to pass to `mongodump` command during backup process
2222
args: ""
2323
restore:
2424
# Arguments to pass to `mongorestore` command during restore process

docs/mongodb-sharding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Backup and restore sharded MongoDB cluster using Stash
44
menu:
55
docs_{{ .version }}:
66
identifier: sharded-mongodb-{{ .subproject_version }}
7-
name: MongoDB Shareded Cluster
7+
name: MongoDB Sharded Cluster
88
parent: stash-mongodb-guides-{{ .subproject_version }}
99
weight: 30
1010
product_name: stash

docs/mongodb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ spec:
236236
secret:
237237
name: my-database-credentials-secret
238238
# type field is optional. you can keep it empty.
239-
# if you keep it emtpty then the value of TARGET_APP_RESOURCE variable
239+
# if you keep it empty then the value of TARGET_APP_RESOURCE variable
240240
# will be set to "appbinding" during auto-backup.
241241
type: mongodb
242242
```

0 commit comments

Comments
 (0)