Fix: unknown field ignoreTerraformComponent (#4027)

Signed-off-by: barnettZQG <barnett.zqg@gmail.com>
(cherry picked from commit 0c27fe8199)

Co-authored-by: barnettZQG <barnett.zqg@gmail.com>
This commit is contained in:
github-actions[bot]
2022-05-27 17:15:23 +08:00
committed by GitHub
co-authored by barnettZQG
parent 3dc645ed52
commit 62866e19d8
+2
View File
@@ -29,4 +29,6 @@ type DeployWorkflowStepSpec struct {
Policies []string `json:"policies,omitempty"`
// Parallelism allows setting parallelism for the component deploy process
Parallelism *int `json:"parallelism,omitempty"`
// IgnoreTerraformComponent default is true, true means this step will apply the components without the terraform workload.
IgnoreTerraformComponent *bool `json:"ignoreTerraformComponent,omitempty"`
}