Code Block | ||||
---|---|---|---|---|
| ||||
artifact_typestosca.artifacts.asd.deploymentItem: asdDeploymentItemversion: 0.1 versionderived_from: 1.0tosca.artifacts.Root description: "Describes the artifact type of asd deployment item" file: "URI or path of the artifact" properties: itemiditem_id: description: "The identifier of this asd deployment item" required: true type: string artifactTypeartifact_type: description: > Specify artifact type. Valid values: "helm_chart", "helmfile", "crd", "terraform" required: true type: string constraints: - valid_values: ["helm_chart", "helmfile", "crd", "terraform" ] deploymentOrderdeployment_order: description: > Specifies the deployment stage that the DeploymentArtifact belongs to. A lower value specifies that the DeploymentArtifact belongs to an earlier deployment stage. When this value is omitted, the deployment order will be decided by the orchestrator. required: true required: false type: integer lifecycleParameterslifecycle_parameters: description: "list of parameters that can be overridden at deployment time " required: false type: list entry_schema: type: string |
Page Comparison
General
Content
Integrations