Argo CD · Schema

v1alpha1SCMProviderGeneratorGithub

SCMProviderGeneratorGithub defines connection info specific to GitHub.

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Properties

Name Type Description
allBranches boolean Scan all branches instead of just the default branch.
api string The GitHub API URL to talk to. If blank, use https://api.github.com/.
appSecretName string AppSecretName is a reference to a GitHub App repo-creds secret.
excludeArchivedRepos boolean Exclude repositories that are archived.
organization string GitHub org to scan. Required.
tokenRef object
View JSON Schema on GitHub