
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: …
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 …
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 …
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 …
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 …
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 Application kind in …
ArgoCD not recognizing ApplicationSets - Stack Overflow
Feb 8, 2025 · I'm trying to wrap my head around Argo Application Sets, but I can't get my setup to work. Here's my directory structure . ├── kubernetes-deployments │ └── core │ ├── argo-cd │ │ ├──
ArgoCD always redirects to HTTPS - Stack Overflow
Mar 23, 2025 · I finally managed to use Selenium to figure out that ArgoCD was in fact sending a response which seems to contain JavaScript that does have the URL https://argo.l.mydomain.dev in it.
How do I view the logs from a task in Argo? - Stack Overflow
The default container names on an Argo Workflows pod are init, main, and wait. I'm not sure what message-passing-1-t8749 refers to, but it might be the "step/task name."
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: …