1Password Helm charts
Helm is a tool that helps you manage Kubernetes applications through specification files called Helm charts. Helm charts define a Kubernetes application and make it easy to share, install, and upgrade. Refer to Helm to learn more.
The 1Password Helm charts allow you to use Helm to deploy a Secrets Automation workflow. 1Password offers two Helm charts:
- The 1Password Connect and Kubernetes Operator Helm chart runs a Connect server by itself or alongside the Kubernetes Operator.
- The 1Password Secrets Injector Helm chart runs the Kubernetes Secrets Injector, which works with both service accounts and Connect servers.
See the following comparison table to learn which Helm chart is right for the environment you want to run.
Environment | Connect and Operator | Secrets Injector |
---|---|---|
Connect server (without the Kubernetes Operator) | Yes | No |
Connect server and the Kubernetes Operator | Yes | No |
Kubernetes Injector | No | Yes |
Requirements
Make sure you complete the requirements for the Helm chart you intend to use before continuing.
- Connect Kubernetes Operator
- Kubernetes Secrets Injector
Before you use the 1Password Connect and Operator Helm chart, make sure you:
- Sign up for 1Password.
- Have a Kubernetes deployment. You can also use minikube to test locally.
- Install kubectl .
- Install Helm .
- Create a Secrets Automation workflow as a Connect server.
Before you use the 1Password Kubernetes Secrets Injector Helm chart, make sure you:
- Sign up for 1Password.
- Have a Kubernetes deployment. You can also use minikube to test locally.
- Install kubectl .
- Install Helm .
- Create a Secrets Automation workflow as a Connect server or a service account.
Deployment
The deployment process for the 1Password Helm charts depends on multiple factors, including:
- The type of secrets automation workflow.
- Whether you want to use the Kubernetes Operator, the Kubernetes Injector, or neither.
- Connect Kubernetes Operator
- Kubernetes Secrets Injector
There are multiple ways to use the Helm chart for 1Password Connect and the Kubernetes Operator. Select one to get started:
There are two ways to use the 1Password Connect and Operator Helm chart. Select one to get started:
Configuration
See the Helm chart configuration values reference documentation.