Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
fix: set required for Nutanix node type
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoshkin committed Apr 1, 2024
1 parent ea40055 commit d53ee24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/v1alpha1/nutanix_node_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ func (NutanixNodeSpec) VariableSchema() clusterv1.VariableSchema {
Type: "string",
},
},
Required: []string{"vcpusPerSocket", "vcpuSockets", "memorySize", "image", "cluster", "subnet", "systemDiskSize"},
},
}
}
Expand Down

0 comments on commit d53ee24

Please sign in to comment.