Argo CD · Schema

v1alpha1ApplicationSourceHelm

v1alpha1ApplicationSourceHelm schema from Argo CD API

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Properties

Name Type Description
apiVersions array APIVersions specifies the Kubernetes resource API versions to pass to Helm when templating manifests. By default, Argo CD uses the API versions of the target cluster. The format is [group/]version/kin
fileParameters array
ignoreMissingValueFiles boolean
kubeVersion string KubeVersion specifies the Kubernetes API version to pass to Helm when templating manifests. By default, Argo CD uses the Kubernetes version of the target cluster.
namespace string Namespace is an optional namespace to template with. If left empty, defaults to the app's destination namespace.
parameters array
passCredentials boolean
releaseName string
skipCrds boolean
skipSchemaValidation boolean
skipTests boolean SkipTests skips test manifest installation step (Helm's --skip-tests).
valueFiles array
values string
valuesObject object
version string
View JSON Schema on GitHub