Replies: 1 comment 1 reply
-
Hi, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I recently setup my Kubernetes cluster and deployed Rancher, Cert Manager and then Argo CD. I have a Next JS web app that I want to deploy to my Kubernetes cluster using Argo CD.
The problem I am facing is with adding git repository in Argo CD. For both public and private repositories on Github and Gitlab, I get following error -
I can get rid of grpc call error by using --grpc-web flag. It's the second error I am not able to fix.
Here is my setup:
Just out of curiosity I tried running git clone on argocd-server pod but it failed for
gnutls_handshake() failed: The server name sent was not recognized
. I am not even sure if this is supposed to succeed or fail.Can someone help me figure out what I am doing wrong? Let me know if you need more information. I am running out of options.
Beta Was this translation helpful? Give feedback.
All reactions