Skip to content

Instantly share code, notes, and snippets.

@fvoges
Created February 1, 2023 11:10
Show Gist options
  • Select an option

  • Save fvoges/5bb33b0a7602c5d438e0e20100d004f3 to your computer and use it in GitHub Desktop.

Select an option

Save fvoges/5bb33b0a7602c5d438e0e20100d004f3 to your computer and use it in GitHub Desktop.
Vault Agent Injector Helm chart values
---
global:
enabled: true
# if you need to authenticate to pull images
# imagePullSecrets:
# name: image-pull-secret
injector:
enabled: true
externalVaultAddr: "https://vault.example.com:8200/"
image:
repository: "hashicorp/vault-k8s"
tag: "1.1.0"
agentImage:
repository: "hashicorp/vault"
tag: "1.12.2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment