mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-27 16:17:34 +00:00
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:
co-authored by
barnettZQG
parent
3dc645ed52
commit
62866e19d8
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user