argo-cd
argo-cd copied to clipboard
ArgoCD UI shows incorrect values when using ArgoCD + Helm for deployment
Describe the bug
When deploying applications using Helm + ArgoCD and passing Helm values from ArgoCD manifest file to override the default helm values, the PARAMETERS section in the PARAMETERS tab still shows the default Helm chart values.
The Application does get created with helm values that are passed from the ArgoCD manifest file, so we are good there. But, would like to understand if this is the default behavior of ArgoCD when put together with Helm or it should show the values that are sent from ArgoCD manifest file.
To Reproduce Override default Helm values from ArgoCD manifest files using:
source:
helm:
values: |
values...
Expected behavior The PARAMETERS section in the PARAMETERS tab should show values that were passed from the ARgoCD manifest files. If not, the UI should indicate saying that it is default helm values.
Screenshots
Version
v2.3.3+