Argo · Schema

ApplicationSource

Git or Helm chart source for the application manifests.

CNCFCI/CDGitOpsKubernetesOpen SourceProgressive DeliveryWorkflow Engine

Properties

Name Type Description
repoURL string URL of the Git repository or Helm chart repository.
path string Path within the repository where manifests are located. Used for Git repositories.
targetRevision string Git branch, tag, or commit SHA to deploy. Defaults to HEAD.
chart string Helm chart name. Used when repoURL points to a Helm registry.
helm object Helm-specific source configuration.
kustomize object Kustomize-specific source configuration.
View JSON Schema on GitHub