skyhook onboard argocd configure-access
Set up GitHub App for ArgoCD repo accessSynopsis
Create a GitHub App that gives ArgoCD access to your private repositories. This is different from GitHub OIDC (which connects GitHub Actions to your cloud provider). ArgoCD needs its own GitHub App to read deployment manifests from your GitOps repo. This will:- Create a GitHub App scoped to your organization
- Install it on your GitHub org
- Generate kubectl commands to create the ArgoCD credentials secret
Examples
Options
Options inherited from parent commands
SEE ALSO
- skyhook onboard argocd - Set up GitOps with ArgoCD