Skip to main content
This page documents the configuration options for the 1Password Helm charts:

Connect and Operator Helm chart

The 1Password Connect and Operator Helm chart allows you to use Helm to deploy Connect, the Kubernetes Operator, or both. You can override configuration values in a chart with the helm install command using either the --values flag or the --set flag. You can also force a string value with the --set-string flag. For example, the following code block shows how to use the --set flag to set the connect.applicationName configuration value:
Refer to the official helm install documentation for more information.
By default, installing a 1Password Helm chart also installs the OnePasswordItem database operations for CRD (Custom Resource Definition).If you don’t want to install the OnePasswordItem custom resource definitions (CRD), run helm install with the --skip-crds flag .

Configuration options

The following table documents the available configuration options for the 1Password Connect and Operator Helm chart.
If you have a large configuration value, use --set-file to read the single large value from the file (instead of --values or --set).For example:

Secrets Injector Helm chart

The 1Password Secrets Injector Helm chart allows you to use Helm to deploy the Kubernetes Secrets Injector. You can override configuration values in a chart with the helm install command using either the --values flag or the --set flag. You can also force a string value with the --set-string flag. For example, the following code block shows how to use the --set flag to set the injector.applicationName configuration value:
Refer to the official helm install documentation for more information.

Configuration options

The following table documents the available configuration options for the Secrets Injector Helm chart.
If you have a large configuration value, use --set-file to read the single large value from the file (instead of --values or --set).For example: