Argo CD · Schema

v1alpha1ApplicationSource

v1alpha1ApplicationSource schema from Argo CD API

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Properties

Name Type Description
chart string Chart is a Helm chart name, and must be specified for applications sourced from a Helm repo.
directory object
helm object
kustomize object
name string Name is used to refer to a source and is displayed in the UI. It is used in multi-source Applications.
path string Path is a directory path within the Git repository, and is only valid for applications sourced from Git.
plugin object
ref string Ref is reference to another source within sources field. This field will not be used if used with a `source` tag.
repoURL string
targetRevision string TargetRevision defines the revision of the source to sync the application to. In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. In case of Helm, this is a semver tag
View JSON Schema on GitHub