mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 10:12:35 +00:00
backport of commit 341aaef5c9 (#23748)
Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
3e8b670f18
commit
c7a750c705
@@ -20,10 +20,10 @@ Navigate to the OperatorHub page of your OpenShift cluster and search for `Vault
|
||||
The Vault Secrets Operator may also be installed in OpenShift using the Helm chart. (See [Installation](/vault/docs/platform/k8s/vso/installation) for an overview of installation using the [Helm chart](/vault/docs/platform/k8s/vso/helm).) The examples below show example [values.yaml files](https://helm.sh/docs/chart_template_guide/values_files/) for each configuration, which would be used with `helm install` as below:
|
||||
|
||||
```shell-session
|
||||
helm install vault-secrets-operator hashicorp/vault-secrets-operator \
|
||||
$ helm install vault-secrets-operator hashicorp/vault-secrets-operator \
|
||||
--create-namespace \
|
||||
--namespace vault-secrets-operator \
|
||||
--version 0.2.0 \
|
||||
--version 0.3.3 \
|
||||
--values values.yaml
|
||||
```
|
||||
|
||||
@@ -56,7 +56,7 @@ controller:
|
||||
manager:
|
||||
image:
|
||||
repository: registry.connect.redhat.com/hashicorp/vault-secrets-operator
|
||||
tag: 0.2.0-ubi
|
||||
tag: 0.3.3-ubi
|
||||
resources:
|
||||
limits:
|
||||
memory: 256Mi
|
||||
|
||||
Reference in New Issue
Block a user