About 8,540 results
Open links in new tab
  1. How to trigger argo workflow from an API request?

    Jun 8, 2021 · 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 …

  2. Argo (events) Trigger an existing ... - Stack Overflow

    Jul 30, 2021 · 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 …

  3. Argocd application resource stuck at deletion - Stack Overflow

    Feb 17, 2022 · If your problem is that the namespace cannot be deleted, the following two solutions may help you: Check what resources are stuck in the deletion process, delete …

  4. Fixing out of sync warning in Argo CD - Stack Overflow

    May 18, 2021 · 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: …

  5. argo - ArgoCD: Multiple sources for a helm chart - Stack Overflow

    Feb 6, 2024 · 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: …

  6. Argocd helm app with multiple value files - Stack Overflow

    Apr 13, 2023 · In the context of Argo CD, when you are declaring multiple values files under helm.valueFiles within an Application manifest, the last file in the list will take the highest …

  7. argo - ArgoCD - When deploying one app in monorepo with …

    Apr 7, 2022 · All ! :) I’m using the mono-repo with multi application architecture. - foo - dev - alp - prd - bar - dev - alp - prd - argocd - dev - foo-application (argo cd app, target revisio...

  8. ArgoCD - what need be done after build a new image

    Sep 6, 2022 · 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 …

  9. argocd - restart deployment using dashboard UI - Stack Overflow

    Sep 22, 2023 · I know that we can use the argocd cli to restart the deployment by using this command argocd app actions run my-app restart --kind Deployment --all Is there any way to …

  10. Application not showing in ArgoCD when applying yaml

    Oct 31, 2021 · The application is created in the web ui and it seems to synchronise and see the repo with the yaml templates of prometheus and argo but it doesn't actually create the …