add missing --plugins flag to minio docs (#2158)

Signed-off-by: Steve Kriss <krisss@vmware.com>
This commit is contained in:
Steve Kriss
2019-12-19 09:31:33 -08:00
committed by Carlisia Campos
parent 2cd0b540bd
commit 4907bea398
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -63,6 +63,7 @@ These instructions start the Velero server and a Minio instance that is accessib
```
velero install \
--provider aws \
--plugins velero/velero-plugin-for-aws:v1.0.0 \
--bucket velero \
--secret-file ./credentials-velero \
--use-volume-snapshots=false \
+1
View File
@@ -63,6 +63,7 @@ These instructions start the Velero server and a Minio instance that is accessib
```
velero install \
--provider aws \
--plugins velero/velero-plugin-for-aws:v1.0.0 \
--bucket velero \
--secret-file ./credentials-velero \
--use-volume-snapshots=false \