<@U01U2JMQW5A> Is there any update on the ability ...
# ask-metaflow
n
@square-wire-39606 Is there any update on the ability to integrate metaflow with a gitops / argocd deployment strategy? I saw your comment here and both you and @straight-shampoo-11124 were referencing a related update at various points (thread), but not sure what updates you were referencing? Like others, we would like to be using our metaflow with gitops (push workflow templates to gitops repo, argocd publishes), but given the need to run the
argo-workflows create
command, we instead have to run a metaflow sync client in each of our deployment envs, making metaflow a CD-pattern outlier.
a
re:
argocd
- metaflow doesn't just create workflow templates, but manages few other objects across kubernetes and s3 - so that's why the recommendation is to embed
argo-workflows create
in your CI/CD systems