
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: …
ArgoCD - what need be done after build a new image
Sep 6, 2022 · helm repo add argo https://argoproj.github.io/argo-helm helm install argocd-image-updater argo/argocd-image-updater Once image-updator is up and running, then you need to set a few …
Getting a value from a ConfigMap in my Argo Workflow
Nov 15, 2023 · Getting a value from a ConfigMap in my Argo Workflow Asked 2 years, 3 months ago Modified 1 year, 9 months ago Viewed 2k times
argo - ArgoCD Application Stuck In Syncing/Terminating State - Stack ...
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 sync of …
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: …
Argocd application resource stuck at deletion - Stack Overflow
Feb 17, 2022 · It appears that you're encountering difficulties removing a dangling application resource in Argocd. To address this issue, you can follow these steps: Ensure Finalizer Unset: Verify that the …
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 to …
How to use Workload Identity when configuring external clusters in …
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 info about how …
How to hide secret values in Inputs and Outputs parameters shown on …
Apr 30, 2025 · I personally would not expose Argo Workflows as the UI for an end user. I'd use that as the runtime to execute the jobs, but have a UI in-front that takes the inputs on behalf of the user, and …
kubernetes - Argo CD App of Apps – How to automatically sync a ...
Dec 24, 2025 · parent-app ├── app-a ├── app-b └── app-c When syncing app-a, we want app-c to be synced automatically as well. We are already using sync waves for ordering. Is there a supported …