You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/stash-mongodb/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ The following table lists the configurable parameters of the `stash-mongodb` cha
51
51
| image.registry | Docker registry used to pull MongoDB addon image |`stashed`|
52
52
| image.repository | Docker image used to backup/restore MongoDB database |`stash-mongodb`|
53
53
| 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 |`""`|
55
55
| restore.args | Arguments to pass to `mongorestore` command during restore process |`""`|
56
56
| maxConcurrency | Maximum concurrency to perform backup or restore tasks |`3`|
0 commit comments