See Operator Manual - Argo CD.
-
Login with:
argocd login argocd.parca.dev --grpc-web --sso
-
Optional, validate the authentication was successful with:
argocd account get-user-info
- Create an OAuth App under the
parca-dev
organization - Edit the Kubernetes Secret
argocd-secret
:kubectl edit secret --namespace=argocd argocd-secret
- Add the
dex.github.clientSecret
key using the base64 encoded client secret from the first step as value