
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 these resources, and then …
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 in the …
kubernetes - Argo CD ApplicationSet: Conditional AutoSync for Dev …
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: apiVersion: …
How to embed an Argo Workflows widget into a webpage?
May 22, 2023 · Argo Workflows UI features widgets for embedding into other applications. The widget documentation explains they are intended to be embedded using HTML iframe tags, although the …
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 docker.file) …
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 Events could …
Argo workflows template: using variable for name in valueFrom
Jul 29, 2024 · So I try to get the value from a configMap as input to a template in a Argo workflow template. I want to use a variable in the name attribute, see example. apiVersion: …
Argo CD error="server.secretkey is missing" - Stack Overflow
Jan 8, 2023 · Argocd failed to load after restart. In the argocd server logs I see that server.secretkey is missing but I didn't see where it is declared and I think it should be generated by argo server the ser...
Newest 'argo-events' Questions - Stack Overflow
Mar 12, 2025 · TL;DR - Argo Events Kafka eventsource triggers do not currently parse headers of consumed Kafka message, which is needed to enable distributed tracing. I submitted a feature …
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 file tries to …