Skip to main content
3 votes
1 answer
50 views

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 ...
Shachar297's user avatar
0 votes
0 answers
51 views

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 ...
furion2000's user avatar
Advice
2 votes
0 replies
62 views

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 ...
luacassus's user avatar
  • 6,750
0 votes
0 answers
42 views

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 ...
Jonas Røineslien's user avatar
0 votes
0 answers
26 views

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 ...
Mark Booth's user avatar
  • 8,044
0 votes
1 answer
201 views

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]....
parax's user avatar
  • 173
0 votes
1 answer
58 views

We are using ArgoCD ApplicationSet to deploy multiple applications. The project structure looks like this: ├── clusters │ ├── first │ │ ├── Chart.yaml │ │ ├── requirements.yaml │ │ └── ...
badger's user avatar
  • 3,316
0 votes
0 answers
55 views

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-...
Mike Williams's user avatar
0 votes
2 answers
251 views

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/ │ │ └── ...
parax's user avatar
  • 173
0 votes
0 answers
268 views

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" ...
Mayank Singh Rathore's user avatar
0 votes
0 answers
133 views

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: ...
Jatin Mehrotra's user avatar
0 votes
0 answers
194 views

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 ...
Ray Saltrelli's user avatar
0 votes
1 answer
389 views

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 ...
ava's user avatar
  • 1
2 votes
0 answers
258 views

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 ...
Sukhbir's user avatar
  • 721
0 votes
1 answer
89 views

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 ...
Amitb's user avatar
  • 612

15 30 50 per page
1
2 3 4 5
41