Run the Vault Secrets Operator on OpenShift
The Vault Secrets Operator may be installed on OpenShift clusters via the embedded OperatorHub or the Helm chart.
OperatorHub
The Vault Secrets Operator is certified by Red Hat and therefore included in the OperatorHub section of an OpenShift cluster's web console.
Navigate to the OperatorHub page of your OpenShift cluster and search for Vault Secrets Operator
, then follow the instructions to install.
Helm chart
The Vault Secrets Operator may also be installed in OpenShift using the Helm chart. (See Installation for an overview of installation using the Helm chart.) The examples below show example values.yaml files for each configuration, which would be used with helm install
as below:
For OpenShift, increasing the memory requests and limits has proven necessary in some cases, so those settings are included in the examples below.
Default images
These values would use the default operator image from HashiCorp's Docker Hub repository.
UBI-based images certified by Red Hat
These values would use UBI-based images from the Red Hat's certified container registry. Authentication may be required.
Tip
UBI-based Vault Secrets Operator images are also published to HashiCorp's DockerHub and Amazon ECR repositories.