Merge pull request #3744 from salahalsaleh/patch-1

fix on-premise `--plugins` flag documentation
This commit is contained in:
Abigail McCarthy
2021-04-28 13:27:50 -04:00
committed by GitHub
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ By default, `velero install` will use the public `velero/velero` image. When usi
```bash
velero install \
--image=$PRIVATE_REG/velero:$VELERO_VERSION \
--plugin=$PRIVATE_REG/velero-plugin-for-aws:$PLUGIN_VERSION \
--plugins=$PRIVATE_REG/velero-plugin-for-aws:$PLUGIN_VERSION \
<....>
```
+1 -1
View File
@@ -82,7 +82,7 @@ By default, `velero install` will use the public `velero/velero` image. When usi
```bash
velero install \
--image=$PRIVATE_REG/velero:$VELERO_VERSION \
--plugin=$PRIVATE_REG/velero-plugin-for-aws:$PLUGIN_VERSION \
--plugins=$PRIVATE_REG/velero-plugin-for-aws:$PLUGIN_VERSION \
<....>
```
+1 -1
View File
@@ -82,7 +82,7 @@ By default, `velero install` will use the public `velero/velero` image. When usi
```bash
velero install \
--image=$PRIVATE_REG/velero:$VELERO_VERSION \
--plugin=$PRIVATE_REG/velero-plugin-for-aws:$PLUGIN_VERSION \
--plugins=$PRIVATE_REG/velero-plugin-for-aws:$PLUGIN_VERSION \
<....>
```
+1 -1
View File
@@ -82,7 +82,7 @@ By default, `velero install` will use the public `velero/velero` image. When usi
```bash
velero install \
--image=$PRIVATE_REG/velero:$VELERO_VERSION \
--plugin=$PRIVATE_REG/velero-plugin-for-aws:$PLUGIN_VERSION \
--plugins=$PRIVATE_REG/velero-plugin-for-aws:$PLUGIN_VERSION \
<....>
```