Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: Endre Czirbesz <[email protected]>
  • Loading branch information
Endre Czirbesz authored and tamalsaha committed May 26, 2020
1 parent a94509b commit 55eb7fe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/stash-mongodb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The following table lists the configurable parameters of the `stash-mongodb` cha
| image.registry | Docker registry used to pull MongoDB addon image | `stashed` |
| image.repository | Docker image used to backup/restore MongoDB database | `stash-mongodb` |
| 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.3"` |
| backup.args | Arguments to pass to `mongodump` command during bakcup process | `""` |
| backup.args | Arguments to pass to `mongodump` command during backup process | `""` |
| restore.args | Arguments to pass to `mongorestore` command during restore process | `""` |
| maxConcurrency | Maximum concurrency to perform backup or restore tasks | `3` |

Expand Down
2 changes: 1 addition & 1 deletion charts/stash-mongodb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ image:

# optional argument to send mongodump or mongorestore command
backup:
# Arguments to pass to `mongodump` command during bakcup process
# Arguments to pass to `mongodump` command during backup process
args: ""
restore:
# Arguments to pass to `mongorestore` command during restore process
Expand Down
2 changes: 1 addition & 1 deletion docs/mongodb-sharding.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Backup and restore sharded MongoDB cluster using Stash
menu:
docs_{{ .version }}:
identifier: sharded-mongodb-{{ .subproject_version }}
name: MongoDB Shareded Cluster
name: MongoDB Sharded Cluster
parent: stash-mongodb-guides-{{ .subproject_version }}
weight: 30
product_name: stash
Expand Down
2 changes: 1 addition & 1 deletion docs/mongodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ spec:
secret:
name: my-database-credentials-secret
# type field is optional. you can keep it empty.
# if you keep it emtpty then the value of TARGET_APP_RESOURCE variable
# if you keep it empty then the value of TARGET_APP_RESOURCE variable
# will be set to "appbinding" during auto-backup.
type: mongodb
```
Expand Down

0 comments on commit 55eb7fe

Please sign in to comment.