Merge pull request #1772 from zakkg3/master

[DOCS] Add stable/velero to helm commands
This commit is contained in:
Nolan Brubaker
2019-08-19 12:44:06 -04:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -99,7 +99,7 @@ When installing using the Helm chart, the provider's credential information will
The easiest way to do this is with the `--set-file` argument, available in Helm 2.10 and higher.
```bash
helm install --set-file credentials.secretContents.cloud=./credentials-velero
helm install --set-file credentials.secretContents.cloud=./credentials-velero stable/velero
```
See your cloud provider's documentation for the contents and creation of the `credentials-velero` file.

View File

@@ -70,7 +70,7 @@ When installing using the Helm chart, the provider's credential information will
The easiest way to do this is with the `--set-file` argument, available in Helm 2.10 and higher.
```bash
helm install --set-file credentials.secretContents.cloud=./credentials-velero
helm install --set-file credentials.secretContents.cloud=./credentials-velero stable/velero
```
See your cloud provider's documentation for the contents and creation of the `credentials-velero` file.

View File

@@ -99,7 +99,7 @@ When installing using the Helm chart, the provider's credential information will
The easiest way to do this is with the `--set-file` argument, available in Helm 2.10 and higher.
```bash
helm install --set-file credentials.secretContents.cloud=./credentials-velero
helm install --set-file credentials.secretContents.cloud=./credentials-velero stable/velero
```
See your cloud provider's documentation for the contents and creation of the `credentials-velero` file.