copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
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
ArgoCD - what need be done after build a new image Argo can't do this And I think annotating applications for this is seriously stupid (why? I just wanna updated to the latest tag!) So the working way is to periodically get the Application kind in the argocd namesapce, get the repo and then check for updates If there is an update, then roll out restart the deployment!
argoproj - Trigger Argo Workflow with webhook - Stack Overflow I have a use case where I want to trigger a argo workflow when github push events occur So far from what I understand the following would be the steps of my approach, Create Github webhook and then
Triggering steps in argo workflow using argo events You can break down you steps into different argo workflows Then leverage argo events to tie up those workflows together For eg: There are quite few ways to configure your event source with argo events You can configure gcp pubsub or kafka topic as your event source for each workflow
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
Argo workflow: schedule once at a specific time - Stack Overflow I want to trigger an Argo workflow to start running at a specific time I am currently using a workflowTemplate and the rest API to submit a workflow with this template Is there a way to tell Argo
How can I use Argo Workflows templates in Helm? It is possible I've been on a team that regularly deployed Helm-templated WorkflowTemplates There are two ways to work around the Helm Argo template tag collision (As you know, the issue is that Helm's Go templating language and Argo's templating language both use {{}} to denote templated areas ) Option 1: The first way is to carefully nest the tags For example, if I want to use {{steps