Argo CD - Declarative Continuous Delivery for Kubernetes. For more information https://argoproj.github.io/projects/argo-cd
Questions tagged [argocd]
483 questions
4
votes
2 answers
yq - issue adding yaml into yaml
Hi I would like to update a yaml like string into a yaml
i do have the following yaml file argocd.yaml
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
namespace: mynamespace
name:my-app
spec:
project: xxx
destination:
…

Alex Ortner
- 1,097
- 8
- 24
4
votes
1 answer
ArgoCD failing to sync with "SSH agent requested but SSH_AUTH_SOCK not-specified"
We have been happily using ArgoCD with public repositories for a while, but we've run into problems trying to connect ArgoCD to a private repository. We have an Application that looks like this:
apiVersion: argoproj.io/v1alpha1
kind:…

larsks
- 277,717
- 41
- 399
- 399
4
votes
1 answer
Adding an SSH GitHub repository to ArgoCD using declarative DSL gives "authentication required"
I have an ArgoCD installation and want to add a GitHub repository using SSH access with an SSH key pair to it using the declarative DSL.
What I have is:
apiVersion: v1
data:
sshPrivateKey:
url:

Ronny Forberger
- 393
- 1
- 8
- 23
4
votes
0 answers
Authentication Issue Argo CD with Azure DevOps Server 2020 - Git Repo
Environment:
I have the following scenario, I'm using Argo CD (v2.0.1+33eaf11) for deploying my kustomize config to a OKD Cluster, the config is hosted in a Git-Repo on the AzureDevOps 2020 (On premise). SSL Certs are present on all sides.…

Kraego
- 2,978
- 2
- 22
- 34
4
votes
1 answer
ArgoCD Helm chart - Repository not accessible
I'm trying to add a helm chart (https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack) to ArgoCD.
When I do this, I get the following error:
Unable to save changes: application spec is invalid: InvalidSpecError:…

yhware
- 502
- 3
- 13
- 26
4
votes
3 answers
where can i get deep documentation of ArgoCD apis
I need to list all applications based on some label filters.
https://argocd_domain/api/v1/applications
in order to list all apps from argoCD API, I want to put all possible filters.

Abhishek kumar
- 129
- 1
- 8
4
votes
1 answer
How to combine argo workflow with argo cd?
I would like to deploy Keycloak on my K8S cluster. In addition, the prerequisite for using Keycloack is a database, so I am going to use postgresql.
Before deploying Keycloak, the database has to be up and running. For such as scenario, I think, I…

softshipper
- 32,463
- 51
- 192
- 400
3
votes
1 answer
What is the precedence setting of various helm values in an ArgoCD Application manifest?
I'm trying to generate kubernetes manifests from local ArgoCD manifests that use helm. I'm using a script to parse values and then helm template to generate the resulting template. But I'm having trouble converting the different values into a single…

Erich Shan
- 63
- 5
3
votes
3 answers
How to pull parameter value from file stored in Git
I just started working with ArgoCD and I have an issue I can't find the answer for.
I have a file called clusters.yaml in my Git repo:
clusters:
- name: cluster1-eu-k8s-002
url: https://cluster1.hcp.northeurope.azmk8s.io:443
values:
…

Bogdan993
- 33
- 4
3
votes
0 answers
Kustomize + Helm error on chart semver requirements
I'm attempting to install the argo-cd helm chart with kustomize using the --enable-helm feature.
This results in a kubeVersion compatibility error. I am confused by this result as the version of kubernetes client and server are both greater than the…

usrbinkat
- 31
- 2
3
votes
1 answer
Github Action - How can I trigger a workflow when argocd deployment is finished?
I'm working in a company that uses Github Actions and Argocd.(using argocd helm chart).
Needless to say that the Github repo is private and argocd is in an internal network that used by the company only.
The flow of what we want to do is that when…

DorAmar
- 31
- 4
3
votes
2 answers
helm template - Helmfile, which way to go?
I am involved several projects CI/CD structures for deployment to Kubernetes with GitOps principles.
Some of the projects started before I joined them, I could not have to much influence on those and some others I was involved at the startup but I…

posthumecaver
- 1,584
- 4
- 16
- 29
3
votes
1 answer
ArgoCD RBAC Policies: ConfigMap vs AppProject
I'm trying to understand the concept RBAC in ArgoCD and I have some questions please. According to this doc and this doc, I found out that we could configure RBAC rules either with ConfigMap(argocd-rbac-cm) or directly in AppProject. And what I…

nxh6991
- 377
- 5
- 13
3
votes
3 answers
Helm reads wrong Kubeversion: >=1.22.0-0 for v1.23.0 as v1.20.0
How to deploy on K8 via Pulumi using the ArgoCD Helm Chart?
Pulumi up Diagnostics:
kubernetes:helm.sh/v3:Release (argocd):
error: failed to create chart from template: chart requires kubeVersion: >=1.22.0-0 which is incompatible with…

LeStackOverflow
- 53
- 1
- 8
3
votes
0 answers
"secret not found" reported by ExternalSecret
I have been struggling with this issue for the past 2 days and I'm stuck. I'm using External Secrets Operator to obtain secrets from Vault: https://external-secrets.io/
It seems ExternalSecret is not creating the secret. This is my yaml…

Kevin B
- 33
- 2
- 8