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
I was trying to add some values overrides to the keda helm chart. I tried to use source.helm.valuesObject which, according to the docs, seemed to be exactly what I needed, but after syncing the Application definition, the app still showed as fully in sync. It was not using the values I provided when rendering the chart's templates. I could see the values I provided shown in the Parameters tab of the app details, however it was still rendering the templates with the default values from the chart's values.yml.
When I switch it to use source.helm.values instead, it immediately worked.
To Reproduce
Create an Application that uses source.helm.valuesObject to try to pass values to a helm chart.
Upgrading argo is outside of the scope of what I'm currently working on, so I can't test with the latest version, but I did look through the changelogs of more recent releases and didn't see any reference to this.
Logs
n/a
The text was updated successfully, but these errors were encountered:
Checklist:
argocd version
.Describe the bug
I was trying to add some values overrides to the keda helm chart. I tried to use
source.helm.valuesObject
which, according to the docs, seemed to be exactly what I needed, but after syncing theApplication
definition, the app still showed as fully in sync. It was not using the values I provided when rendering the chart's templates. I could see the values I provided shown in the Parameters tab of the app details, however it was still rendering the templates with the default values from the chart's values.yml.When I switch it to use
source.helm.values
instead, it immediately worked.To Reproduce
Create an
Application
that usessource.helm.valuesObject
to try to pass values to a helm chart.This does not work:
This does work:
Expected behavior
Values provided via
source.helm.valuesObject
should work the same as viasource.helm.values
.Screenshots
Version
Upgrading argo is outside of the scope of what I'm currently working on, so I can't test with the latest version, but I did look through the changelogs of more recent releases and didn't see any reference to this.
Logs
n/a
The text was updated successfully, but these errors were encountered: