Cannot add Gitea repository to ArgoCD #13929
orojastech
started this conversation in
General
Replies: 1 comment
-
In my gitea implementation I have another service for ssh, gitea-ssh(I think you need to use that since you are using ssh git with ssh) Aside from that are they in the same namespace since you are using gitea without the FQDN of gitea-http? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm trying to add my Gitea repository (git@gitea-http:3000/myuser/test.git) to ArgoCD (gitea and argocd are in kubernetes in the same argocd namespace) but can't connect, I'm doing it over ssh, I already configured the ssh deploy in Gitea (.pub) and in ArgoCD I configured through SSH adding the private key (-----BEGIN OPENSSH PRIVATE KEY-----), I tried with public and private repositories, also without ports (git @gitea-http/myuser/test.git) as well as trying to configure over HTTPS but since I have my gitea repository with HTTP not working, any help would be appreciated. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions