Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.3 KB

V1alpha1ApplicationSource.md

File metadata and controls

16 lines (13 loc) · 1.3 KB

ArgoCD::V1alpha1ApplicationSource

Properties

Name Type Description Notes
chart String Chart is a Helm chart name, and must be specified for applications sourced from a Helm repo. [optional]
directory V1alpha1ApplicationSourceDirectory [optional]
helm V1alpha1ApplicationSourceHelm [optional]
kustomize V1alpha1ApplicationSourceKustomize [optional]
path String Path is a directory path within the Git repository, and is only valid for applications sourced from Git. [optional]
plugin V1alpha1ApplicationSourcePlugin [optional]
ref String Ref is reference to another source within sources field. This field will not be used if used with a `source` tag. [optional]
repo_url String [optional]
target_revision 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 for the Chart's version. [optional]