Update OpenShift docs for vso-0.3.3 (#23737)

This commit is contained in:
Ben Ash
2023-10-19 15:43:34 -04:00
committed by GitHub
parent d0501db90f
commit 341aaef5c9

View File

@@ -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: 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 ```shell-session
helm install vault-secrets-operator hashicorp/vault-secrets-operator \ $ helm install vault-secrets-operator hashicorp/vault-secrets-operator \
--create-namespace \ --create-namespace \
--namespace vault-secrets-operator \ --namespace vault-secrets-operator \
--version 0.2.0 \ --version 0.3.3 \
--values values.yaml --values values.yaml
``` ```
@@ -56,7 +56,7 @@ controller:
manager: manager:
image: image:
repository: registry.connect.redhat.com/hashicorp/vault-secrets-operator repository: registry.connect.redhat.com/hashicorp/vault-secrets-operator
tag: 0.2.0-ubi tag: 0.3.3-ubi
resources: resources:
limits: limits:
memory: 256Mi memory: 256Mi