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
When I create an application in ArgoCD to manage my vault in Kubernetes and refer to my edited values.yaml file, it only recognizes global.enabled while ignoring every other enabled configuration.
To Reproduce
Install Hashicorp Vault into Kubernetes through helm.
Create a repository for Hashicorp Vault. Use the "App of Apps" pattern.
In the values.yaml file, set global.enabled to "false" and some of the enabled keys to "true" or vice versa.
Add Hashicorp Vault and its repository to ArgoCD.
Expected behavior
ArgoCD prioritizes the values of the "enabled" keys and only defaults to "global.enabled" if the value is "-".
Screenshots
There i configured "global.enabled" to true and "injector.enabled" to false.
This is the result of "global.enabled" to false and "server.enabled" to true
Version
helm version of vault: 0.29.1
ArgoCD: v2.12.1
helm in ArgoCD: v3.15.2
helm (Client): v3.16.3
The text was updated successfully, but these errors were encountered:
Checklist:
argocd version
.Describe the bug
When I create an application in ArgoCD to manage my vault in Kubernetes and refer to my edited values.yaml file, it only recognizes global.enabled while ignoring every other enabled configuration.
To Reproduce
Expected behavior
ArgoCD prioritizes the values of the "enabled" keys and only defaults to "global.enabled" if the value is "-".
Screenshots
There i configured "global.enabled" to true and "injector.enabled" to false.
This is the result of "global.enabled" to false and "server.enabled" to true
Version
helm version of vault: 0.29.1
ArgoCD: v2.12.1
helm in ArgoCD: v3.15.2
helm (Client): v3.16.3
The text was updated successfully, but these errors were encountered: