11.1 Login & add Git repo

Log in to ArgoCD CLI and add the Git repo

argocd login argocd.<YourDomain> --username admin
argocd repo add git@github.com:<YourGithubAccount>/vprofile-helm.git \
  --ssh-private-key-path ~/.ssh/<Keyname>

If it errors the first time, retry. You can also add the repo in the UI: Settings -> Repositories -> Connect repo, paste the private key.