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
Where a values.yaml file can be used with literal values instead of using the helm arguments.
I was wondering if there is any kind of way of using the parameters option like in an helm deployment. When specifying an helm deployment chart the values.yaml paramenters are loaded into the arrgocd UI. That enables the argocd imageupdater to update those values from the Application spec yaml.
Sorry, I don't think this is possible - this is because you can't put helm keys in an Argo app manifest while also using the plugin key (the way you tell Argo to use a custom plugin for an app). Even if this was possible, config plugins only have this information available to them: https://argo-cd.readthedocs.io/en/stable/user-guide/build-environment/, which doesn't include the settings passed in the helm key
Maybe it's easier to crawl the values file and replace the needed values based on the entry needed. That would allow the argo-vault-plugin to keep doing the helm templating but with new variables.
Thank you
Hello,
Regarding these issue already fixed:
#304
#309
Where a values.yaml file can be used with literal values instead of using the helm arguments.
I was wondering if there is any kind of way of using the parameters option like in an helm deployment. When specifying an helm deployment chart the values.yaml paramenters are loaded into the arrgocd UI. That enables the argocd imageupdater to update those values from the Application spec yaml.
Something similar to the above would replace the whole yaml under:
If you need any more information or examples please ask.
Thanks!
The text was updated successfully, but these errors were encountered: