docs/vault-secrets-operator: update for beta install (#19835)
Update the helm commands to work with the beta release.
This commit is contained in:
parent
b4c3aca7a1
commit
f0391962a2
|
@ -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
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue