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 guess it could be better to add values parameter(s) that mimic the helmfile release.values parameter.
This feature would be valuable for ApplicationSet especially.
I'm open to different approaches here for sure. I do support parameters already for the env vars that already exist, nothing preventing us from adding more features on this front.
Hello.
First, thanks for the great work.
Is there a plan to support plugin parameters in Application scope ? here in documentation
For the example case from the ArgocD documentation:
The plugin would add
--state-values-set FOO=bar --state-values-set REV=test-$ARGOCD_APP_REVISION
to the helmfile command.It could also use
--state-values-file
if the parameter value appears to be a file. It could fix issue #46 if I understand it well.Does it makes sense ?
I might submit a PR if interrested.
The text was updated successfully, but these errors were encountered: