Argo(events) Trigger an existing . . . - Stack Overflow I'm trying to trigger a pre existing ClusterWorkflowTemplate from a post request in argo argo-events I've been following the example here, but i don't want to define the workflow in the sensor- I
argo - ArgoCD: Multiple sources for a helm chart - Stack Overflow Multiple sources for a helm chart: I have configured multiple sources to fetch helm templates from one repo and values from different repo apiVersion: argoproj io v1alpha1 kind: Application metada
How to trigger argo workflow from an API request? Use Argo Events Argo Events is a separate but closely-related project It can accept a variety of inputs (webhooks, pub sub messages, etc) and then trigger a Workflow Argo Events could make sense if, for example, you want an external record of all the workflows submitted Pub sub would give you that record Use the Kubernetes API or CLI
What is the default password of argocd? - Stack Overflow Stack Overflow for Teams Where developers technologists share private knowledge with coworkers; Advertising Reach devs technologists worldwide about your product, service or employer brand
image pull backoff for argo image in pod init - Stack Overflow is it possible advised to keep the argo docker image in my own repository (maybe updating a controller config map to point to it) or; is there a way to manage authenticated docker access when pulling the image The latter does not seem like a solution though as it might just mean I have more of a quota but it is still limited
Argo - submit workflow from python with input parameter file I basically want to run this command: argo submit -n argo workflows workflow yaml -f params json through the official python SDK This example covers how to submit a workflow manifest, but I don't know where to add the input parameter file