From 1d54996fce3058a1cb72aba88e0d43e10b61cdd5 Mon Sep 17 00:00:00 2001 From: Nolan Brubaker Date: Wed, 17 Jul 2019 17:03:31 -0400 Subject: [PATCH] Document Helm secrets format. (#1665) Signed-off-by: Nolan Brubaker --- site/docs/master/install-overview.md | 12 ++++++++++++ site/docs/v1.0.0/install-overview.md | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/site/docs/master/install-overview.md b/site/docs/master/install-overview.md index 94f68625f..39df48b85 100644 --- a/site/docs/master/install-overview.md +++ b/site/docs/master/install-overview.md @@ -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: diff --git a/site/docs/v1.0.0/install-overview.md b/site/docs/v1.0.0/install-overview.md index 94f68625f..39df48b85 100644 --- a/site/docs/v1.0.0/install-overview.md +++ b/site/docs/v1.0.0/install-overview.md @@ -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: