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
I’m trying to set up an Argo CD ApplicationSet where I want to enable auto-sync for the develop environment and disable it for the prod environment. Here’s what I have so far: apiVersion: argoproj.io/
The Argo installation does not control which ServiceAccount Workflows use. According to the Argo docs, When no ServiceAccount is provided [when the Workflow is submitted], Argo will use the default ServiceAccount from the namespace from which it is run, which will almost always have insufficient privileges by default. If you are using the Argo CLI to submit Workflows, you can specify the ...
I'm running an Argo workflow on a local MinIO K8s cluster. I'm setting up an Artifact Repository on MinIO where output artifacts from my workflow can be stored. I followed the instructions here htt...
Error in Argo workflow run on local Minikube K8s cluster with MinIO as ...
How to pass list of arguments from argo workflow and use it in argo workflowtemplate Asked 3 years, 11 months ago Modified 3 years, 11 months ago Viewed 8k times
How to pass list of arguments from argo workflow and use it in argo ...
5 Argo CD shows two items from linkerd (installed by Helm) are being out of sync. The warnings are caused by the optional preserveUnknownFields: false in the spec section: trafficsplits.split.smi-spec.io serviceprofiles.linkerd.io But I'm not able to figure out how to ignore the difference using ignoreDifferences in the Application manifest.