135 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
3
votes
1
answer
55
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
23
views
Migration from Native Helm Release to FluxCD Helm Release
I need to migrate the currently deployed Native Helm Release to FluxCD HelmRelease.
How can I achieve this?
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
269
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月01日T06: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
76
views
Running the command - argocd cluster rotate-auth is throwing "resource name may not be empty" error
$ argocd cluster list
SERVER NAME VERSION STATUS
https://kubernetes.default.svc dev-k8s v1.23.6 Successful
https://X.X.X.X:6443 gke-cluster v1.22.8 ...
1
vote
2
answers
1k
views
Using multiple sources in ArgoCD and solving extra templates/
I have read documentation at https://argo-cd.readthedocs.io/en/stable/user-guide/multiple_sources/
It has an example how to specify values.yaml and extra values files that are in another git ...
-1
votes
1
answer
848
views
ArgoCD Image Updater skipping my app du to "type of 'Directory'" [closed]
Hello, i'm trying to setup ArgoCD Image Updater, but i have this error :
time="2024年11月01日T14:19:53Z" level=warning msg="skipping app 'lumo-backend-app' of type 'Directory' because it's ...
0
votes
1
answer
254
views
Helm tpl function in configmap failing to parse yaml file content
I have an application that needs to read a number of YAML files from a given path.
This path is populated via a K8s ConfigMap that is templated via Helm to fetch all files base-yaml from a config ...
2
votes
0
answers
340
views
How to create a sidecar container in ArgoCD deployment yaml?
I am trying to create a sidecar container within ArgoCD itself. So far, I went with extraContainers field in an external values.yaml in order to configure ArgoCD.
extraContainers:
- name: artifactory-...
0
votes
0
answers
94
views
In K8s gitops kutomize - Is there a way to overwrite service's base yaml configuration with more environment specific
I'm new to K8s, gitops and kustomize. Our gitops folder structure has "base" folder which contains base configuration files and also "envs" folder in which we keep kustomization....
0
votes
1
answer
921
views
ArgoCD different versions of the same application in different namespaces
I have a git repository with a Helm chart that represents a single application, I would like to use ArgoCD to automatically keep this repository in sync with our Kubernetes cluster.
I am new to ArgoCD,...
-1
votes
1
answer
442
views
argo cd remote error: tls: handshake failure
i want to deploy redis from bitnami charts . but i facing issue that
rpc error: code = Unknown desc = Manifest generation error (cached): `helm dependency build` failed exit status 1: Error: could not ...
1
vote
1
answer
1k
views
Unable to add repository to ArgoCD
We're currently trying to provision a High-Availability ArgoCD instance onto our Kubernetes cluster using the argocd helm chart (7.2.0) to provision our applications. Our infrastructure is on AWS and ...
0
votes
0
answers
128
views
ArgoCD mono-repo: how to determine which cluster/argocd-server I'm on
We're currently setting up argocd and we're trying to use one repository only for the configuration of all our clusters. This will just be a configuration-Repository containing value-Files and ...