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
Is your feature request related to a problem? Please describe.
To achieve deployment reproducibility, reverting to the last working commit in particular, I'd like to be able to pass ArgoCD app parameters, or by any other means be able to pass the ${CI_COMMIT_SHA} from a GitLab pipeline.
Is your feature request related to a problem? Please describe.
To achieve deployment reproducibility, reverting to the last working commit in particular, I'd like to be able to pass ArgoCD app parameters, or by any other means be able to pass the ${CI_COMMIT_SHA} from a GitLab pipeline.
Describe the solution you'd like
Either:
argocd app set -p parameter=value
for aPlugin
type app, as it currently allows onlyApplicationSourceTypeHelm
even though the demo application.yaml also shows values for plugins.AVP_
ones.Describe alternatives you've considered
argocd app set
Additional context
As per AVP usage instructions, we're modifying the
Application
manifests fromhelm
toplugin
.The text was updated successfully, but these errors were encountered: