From 67203ff972230fc0933e29bd48ac544d95bf64d0 Mon Sep 17 00:00:00 2001 From: Nicolas Kowenski Date: Mon, 19 Aug 2019 10:56:11 +0200 Subject: [PATCH] add stable/velero to helm commands Signed-off-by: Nicolas Kowenski --- site/docs/master/install-overview.md | 2 +- site/docs/v1.0.0/install-overview.md | 2 +- site/docs/v1.1.0-beta.2/install-overview.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/site/docs/master/install-overview.md b/site/docs/master/install-overview.md index 6755ba603..b1fdf2456 100644 --- a/site/docs/master/install-overview.md +++ b/site/docs/master/install-overview.md @@ -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. diff --git a/site/docs/v1.0.0/install-overview.md b/site/docs/v1.0.0/install-overview.md index 39df48b85..1aece0c5e 100644 --- a/site/docs/v1.0.0/install-overview.md +++ b/site/docs/v1.0.0/install-overview.md @@ -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. diff --git a/site/docs/v1.1.0-beta.2/install-overview.md b/site/docs/v1.1.0-beta.2/install-overview.md index 6755ba603..b1fdf2456 100644 --- a/site/docs/v1.1.0-beta.2/install-overview.md +++ b/site/docs/v1.1.0-beta.2/install-overview.md @@ -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.