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.