diff --git a/website/content/docs/platform/k8s/vso/installation.mdx b/website/content/docs/platform/k8s/vso/installation.mdx index 448a96af057d..546e3847b7ab 100644 --- a/website/content/docs/platform/k8s/vso/installation.mdx +++ b/website/content/docs/platform/k8s/vso/installation.mdx @@ -26,7 +26,7 @@ HashiCorp helm repository and ensure you have access to the chart: $ helm repo add hashicorp https://helm.releases.hashicorp.com "hashicorp" has been added to your repositories -$ helm search repo hashicorp/vault-secrets-operator +$ helm search repo hashicorp/vault-secrets-operator --devel NAME CHART VERSION APP VERSION DESCRIPTION hashicorp/vault-secrets-operator 0.1.0-beta 0.1.0-beta Official HashiCorp Vault Secrets Operator Chart ``` @@ -34,7 +34,7 @@ hashicorp/vault-secrets-operator 0.1.0-beta 0.1.0-beta Official Hash Then install the Operator: ```shell-session -$ helm install --create-namespace --namespace vault-secrets-operator vault-secrets-operator hashicorp/vault-secrets-operator +$ helm install --create-namespace --namespace vault-secrets-operator vault-secrets-operator hashicorp/vault-secrets-operator --version 0.1.0-beta ```