mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
backport of commit a6ee197a73 (#23367)
Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
717528ab3f
commit
74bc20b52f
@@ -119,7 +119,7 @@ Use these links to navigate to a particular top-level stanza.
|
||||
|
||||
- `repository` ((#v-controller-manager-image-repository)) (`string: hashicorp/vault-secrets-operator`)
|
||||
|
||||
- `tag` ((#v-controller-manager-image-tag)) (`string: 0.3.0-rc.1`)
|
||||
- `tag` ((#v-controller-manager-image-tag)) (`string: 0.3.1`)
|
||||
|
||||
- `clientCache` ((#v-controller-manager-clientcache)) - Configures the client cache which is used by the controller to cache (and potentially persist) vault tokens that
|
||||
are the result of using the VaultAuthMethod. This enables re-use of Vault Tokens
|
||||
|
||||
@@ -28,13 +28,13 @@ $ helm repo add hashicorp https://helm.releases.hashicorp.com
|
||||
|
||||
$ helm search repo hashicorp/vault-secrets-operator
|
||||
NAME CHART VERSION APP VERSION DESCRIPTION
|
||||
hashicorp/vault-secrets-operator 0.3.0 0.3.0 Official HashiCorp Vault Secrets Operator Chart
|
||||
hashicorp/vault-secrets-operator 0.3.1 0.3.1 Official HashiCorp Vault Secrets Operator Chart
|
||||
```
|
||||
|
||||
Then install the Operator:
|
||||
|
||||
```shell-session
|
||||
$ helm install --create-namespace --namespace vault-secrets-operator vault-secrets-operator hashicorp/vault-secrets-operator --version 0.3.0
|
||||
$ helm install --create-namespace --namespace vault-secrets-operator vault-secrets-operator hashicorp/vault-secrets-operator --version 0.3.1
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user