Document Helm secrets format. (#1665)

Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
pull/1681/head
Nolan Brubaker 2019-07-17 17:03:31 -04:00 committed by Adnan Abdulhussein
parent 5841f82ee9
commit 1d54996fce
2 changed files with 24 additions and 0 deletions

View File

@ -63,6 +63,18 @@ kubectl delete namespace/velero clusterrolebinding/velero
kubectl delete crds -l component=velero
```
## Installing with the Helm chart
When installing using the Helm chart, the provider's credential information will need to be appended into your values.
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
```
See your cloud provider's documentation for the contents and creation of the `credentials-velero` file.
## Examples
After you set up the Velero server, try these examples:

View File

@ -63,6 +63,18 @@ kubectl delete namespace/velero clusterrolebinding/velero
kubectl delete crds -l component=velero
```
## Installing with the Helm chart
When installing using the Helm chart, the provider's credential information will need to be appended into your values.
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
```
See your cloud provider's documentation for the contents and creation of the `credentials-velero` file.
## Examples
After you set up the Velero server, try these examples: