You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I’m using the HashiCorp Vault Helm chart with ArgoCD and trying to disable the injector by setting injector.enabled: false in my values.yaml. However,the Vault injector deployment is not being disabled and remains running.
To Reproduce
Steps to reproduce the behavior:
Deploy the HashiCorp Vault Helm chart using the following values.yaml:
The injector-deployment.yaml template uses the vault.injectorEnabled helper function, which looks for .Values.injector.enabled at the root level. However, my values.yaml nests injector.enabled under hashicorp-vault (required for ArgoCD App-of-Apps compatibility).
Describe the bug
I’m using the HashiCorp Vault Helm chart with ArgoCD and trying to disable the injector by setting injector.enabled: false in my values.yaml. However,the Vault injector deployment is not being disabled and remains running.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The injector deployment should be disabled and removed when
injector.enabled
is set tofalse
.Actual Behavior
The injector deployment remains live and is not disabled.
Environment
Chart values:
Additional context
injector-deployment.yaml
template uses thevault.injectorEnabled
helper function, which looks for.Values.injector.enabled
at the root level. However, myvalues.yaml
nestsinjector.enabled
underhashicorp-vault
(required for ArgoCD App-of-Apps compatibility).hashicorp-vault
prefix in thevalues.yaml
.The text was updated successfully, but these errors were encountered: