611 questions
3
votes
1
answer
50
views
Argo CD App of Apps – How to automatically sync a dependent application when syncing another app?
We are using Argo CD App of Apps pattern, our structure looks like this:
parent-app
├── app-a
├── app-b
└── app-c
When syncing app-a, we want app-c to be synced automatically as well.
We are ...
0
votes
0
answers
51
views
ArgoCD applicationset - path and .argocd-source.yaml issues
I have a test setup where I have a base folder structure. This is working and I create the application for staging with the values and the configmap from the staging folder.
However, I also need to be ...
Advice
2
votes
0
replies
62
views
ArgoCD ApplicationSet and Workflow to create ephemeral environments from GitHub branches
How would you rate this GitOps workflow idea with ArgoCD + ApplicationSet + PreSync hooks?
In my organization we already use Argo CD for production and staging deployments. We're considering giving ...
0
votes
0
answers
42
views
ArgoCD database patching
We have a namespace consisting of 3 applications:
Database patcher
API
Web site
Currently we are using ArgoCD app-of-apps pattern to roll this out. Each application above is therefore it's own ...
0
votes
0
answers
26
views
How can I stop argocd ignoring my namespace selection when using multiple tabs/windows?
I have access to several namespaces in argocd, but have a recurring problem with argocd changing the selected namespace in one tab when I select another namespace in a different tab.
For instance, I ...
0
votes
1
answer
201
views
ArgoCD “ssh: handshake failed... connection reset by peer” when connecting to GitLab via SSH
I’m trying to connect ArgoCD to a private GitLab repository using SSH.
I created a key pair and added the public key to GitLab.
Then I configured the private key and repository URL ([email protected]....
0
votes
1
answer
58
views
ArgoCD doesn't use the values.yaml provided to it
We are using ArgoCD ApplicationSet to deploy multiple applications.
The project structure looks like this:
├── clusters
│ ├── first
│ │ ├── Chart.yaml
│ │ ├── requirements.yaml
│ │ └── ...
0
votes
0
answers
55
views
Parameter overrides stored in git, Helm, and multiple sources
We always use multiple source Applications to keep charts and values separate, and we do everything through git.
I'm playing with argocd-image-updater, and because of the above I need argocd-image-...
0
votes
2
answers
251
views
ArgoCD ApplicationSet not deploying manifests from nested folder structure [closed]
I'm trying to use ArgoCD ApplicationSet to deploy all manifests stored in my output/ folder in a Git repository.
Here is my folder structure:
output/
├── app1/
│ ├── deployment/
│ │ └── ...
0
votes
0
answers
268
views
ArgoCD applications going to unknown state | Auth Issue
I am running ArgoCd v2.14.13+2aceb1d
My applications are constantly going to unknown state and then recovering by themselves. It gives me an error like this.
time="2025-07-01T06:49:11Z" ...
0
votes
0
answers
133
views
Argo CD not able to pull helm library charts in private OCI repo
Pretty new to ArgoCD.
I am trying to use ApplicationSet
iVersion: argoproj.io/v1alpha1
kind: ApplicationSet
metadata:
name: xxx-pull-preview-test
spec:
generators:
- pullRequest:
...
0
votes
0
answers
194
views
How to configure ArgoCD in Minikube for Google OIDC using non-standard ports?
Tldr
I'm installing ArgoCD into Minikube using the Helm chart, and redirectURI seems to be ignored. Logging into ArgoCD with Google returns ...
Invalid redirect URL: the protocol and host (including ...
0
votes
1
answer
389
views
Triggering ArgoCD webhook using Github Actions
I want to utilize the this annotation: https://argo-cd.readthedocs.io/en/stable/operator-manual/high_availability/#webhook-and-manifest-paths-annotation but I can't use the traditional Github webhooks ...
2
votes
0
answers
258
views
How to hide secret values in Inputs and Outputs parameters shown on UI in Argo Workflows?
My requirements is that I am taking some secrets as inputs from user, that can be access-token or api-key for an example. Now as soon as we take an input and pass it in next step as input, it will be ...
0
votes
1
answer
89
views
crossplane's xrd is stuck on outofsync on argoCD
Any idea why my Composite Resource Definition (XRD) is stuck on OutOfSync in ArgoCD (the XObjectStorage)? It's on Status type synced, and everything seems to be working...
Do Crossplane needs any ...