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).