Created
February 1, 2023 11:10
-
-
Save fvoges/5bb33b0a7602c5d438e0e20100d004f3 to your computer and use it in GitHub Desktop.
Vault Agent Injector Helm chart values
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| 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