About 8,430 results
Open links in new tab
  1. 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: …

  2. 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 …

  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. 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 …

  5. 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 …

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

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

  7. kubernetes - Argo CD argocd-autopilot error ComparisonError rpc …

    Apr 5, 2023 · 1 i have responded to your issue in argocd-autopilot issues page. i think you might be running an outdated version to the binary. the original problem was with the argo-cd.yaml …

  8. 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...

  9. kubernetes - Argo Workflow: Permission issue with `system ...

    Jul 5, 2024 · The service account is attempting to patch pods in the default namespace, but it only has patch permissions for the argo namespace. To fix this, run the workflow in the argo …

  10. Argo-workflows install and run in specific namespace

    Jan 7, 2025 · 0 I am trying to solve a scenario where argo-cd is installed cluster-wide, and we have to install the argo-workflows application within a separate namespace. Let's say team-1 …