diff --git a/api/variables/aggregate_types.go b/api/variables/aggregate_types.go index 9064d9c86..52dc870f2 100644 --- a/api/variables/aggregate_types.go +++ b/api/variables/aggregate_types.go @@ -47,6 +47,8 @@ type WorkerNodeConfigSpec struct { Docker *carenv1.DockerNodeSpec `json:"docker,omitempty"` Nutanix *carenv1.NutanixNodeSpec `json:"nutanix,omitempty"` + + carenv1.GenericNodeSpec `json:",inline"` } type Addons struct {