Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Attribute

Qualifier

#

Content

Description

deploymentItemId

M

1

Identifier

The identifier of this deployment item

artifactType

M

1

String/enum

Specify Specifies the artifact type. e.g. Helm chart, helmfile, CRD etc.One of following values can be chosen: "helm_chart", "helmfile", "crd", "terraform"

artifactId

M

1

Identifier (reference to)string

Reference to a DeploymentArtifact. It can refer to URI or file path. 

deploymentOrder

M

0..1

Integer

Specifies the deployment stage that the DeploymentArtifact belongs to. A lower value specifies that the DeploymentArtifact belongs to an earlier deployment stage, i.e. needs to be installed prior to DeploymentArtifact with higher deploymentOrder values.

lifecycleParameters

M

0..1

List of strings

list of parameters that can be overridden at deployment time (e.g., values for values.yaml in the chart this item references)

...