add stable/velero to helm commands

Signed-off-by: Nicolas Kowenski <nico@garufa.ethz.ch>
This commit is contained in:
Nicolas Kowenski
2019-08-19 10:56:11 +02:00
parent af4b9373fc
commit 67203ff972
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.