Unable to create an application from a GitHub private repository. #10701
Replies: 3 comments
-
The error message suggests that you already have configured another Helm type repository with the name
Try to set On a side node, your version output shows:
Are you running Argo CD server on a Windows cluster? |
Beta Was this translation helpful? Give feedback.
-
@jannfis
I'm using a GKE cluster. |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm having the same issue when creating multiple apps using the same chart that references the private chart created on the secret as a dependency. The first app to be created will deploy fine, but the next ones will fail with the same error ( Any hint? |
Beta Was this translation helpful? Give feedback.
-
I'm trying to create an application from our GitHub private repository with ArgoCD, but an error occurred as shown below.
Is something missing in my manifest?
ex.) credentials are masked.
command:
kubectl apply -n argocd -f secret.yaml
kubectl apply -n argocd -f application.yaml
application.yaml:
secret.yaml:
https://github.com/****/****.git - manifests/****/stg/Chart.yaml:
command:
argocd app get **** --hard-refresh
result:
command:
argocd version
result:
Beta Was this translation helpful? Give feedback.
All reactions