Skip to content

Latest commit

 

History

History

argocd

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

argocd

See Operator Manual - Argo CD.

Login with the argocd CLI

  1. Install the argocd CLI

  2. Login with:

    argocd login argocd.parca.dev --grpc-web --sso
  3. Optional, validate the authentication was successful with: argocd account get-user-info

Configure GitHub OAuth

  1. Create an OAuth App under the parca-dev organization
  2. Edit the Kubernetes Secret argocd-secret: kubectl edit secret --namespace=argocd argocd-secret
  3. Add the dex.github.clientSecret key using the base64 encoded client secret from the first step as value

Configure Git Webhook

See Git Webhook Configuration | Argo CD.