We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AGENT_INJECT_VAULT_CACERT_BYTES
Is your feature request related to a problem? Please describe. Allow setting AGENT_INJECT_VAULT_CACERT_BYTES.
Describe the solution you'd like A new value under injector.
injector
Describe alternatives you've considered injector.extraEnvironmentVars
injector.extraEnvironmentVars
Additional context hashicorp/vault-k8s#507.
The text was updated successfully, but these errors were encountered:
Hello, it would be great to be able to set it in Helm values. Meanwhile, is there a workaround to set it via Helm?
Sorry, something went wrong.
Yes, you can do this:
injector: extraEnvironmentVars: AGENT_INJECT_VAULT_CACERT_BYTES: ""
It supports either raw PEM or base64 encoded PEM.
No branches or pull requests
Is your feature request related to a problem? Please describe.
Allow setting
AGENT_INJECT_VAULT_CACERT_BYTES
.Describe the solution you'd like
A new value under
injector
.Describe alternatives you've considered
injector.extraEnvironmentVars
Additional context
hashicorp/vault-k8s#507.
The text was updated successfully, but these errors were encountered: