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 artifact type. e.g. Helm chart, helmfile, CRD etc.

artifactId

M

1

Identifier (reference to)

Reference to a DeploymentArtifact

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

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)

...