
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 …
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 …
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 …
argo - ArgoCD Application Stuck In Syncing/Terminating State
Jan 7, 2022 · We’re facing a weird issue in production where one of the applications is stuck in a terminating and sync state. ArgoCD Version: 2.1.7 Background: We manually terminated the …
kubernetes - Argo CD ApplicationSet: Conditional AutoSync for …
Jul 21, 2024 · 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: …
How to share file between different step of argo workflow
May 19, 2025 · In Argo Workflows, each step runs in its own container, so files created in one step (container) are not automatically available in another step. To share files (like your …
How do I set helm values (not files) in ArgoCD Application spec
Jul 26, 2022 · I looked all over the ArgoCD docs for this but somehow I cannot seem to find an answer. I have an application spec like so: apiVersion: argoproj.io/v1alpha1 ...
Deploying an application using argo cd without git/helm repo
Jul 1, 2024 · Argo CD supports applying dynamically generated manifests directly to your cluster. You can configure Argo CD to sync with the dynamically generated manifests from your CI/CD …
What is the default password of argocd? - Stack Overflow
Jul 8, 2021 · I encountered a similar issue, and during my troubleshooting process, I discovered that despite all my ArgCD pods being functional, the node group was facing health issues due …
How to use Workload Identity when configuring external clusters …
Sep 8, 2023 · I think Workload Identity is supported for adding external (AKS) clusters in Argo CD but I can't find a detailed guide anywhere for how to do this. The official docs contain some …