I can't register a git ssh repo from a clean install:
$ argocd repo add [email protected]:argoproj/argocd-example-apps.git
FATA[0000] rpc error: code = Unknown desc = error creating SSH agent: "SSH agent requested but SSH_AUTH_SOCK not-specified"
Forgot that id_rsa needs to be supplied. Closing invalid.
Hey @jessesuen.
It's been a while since you had this issue, but I'm stuck on it now and was wondering how you solved it. I've added my repo private key to a secret and I'm referencing it in my apps template, but I'm still getting this error. Any clues?
Most helpful comment
Hey @jessesuen.
It's been a while since you had this issue, but I'm stuck on it now and was wondering how you solved it. I've added my repo private key to a secret and I'm referencing it in my apps template, but I'm still getting this error. Any clues?