Skip to content

Commit

Permalink
fix: remove cpufamily validation from nodepools (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiGuranIonos authored Dec 18, 2023
1 parent 8faead9 commit 57d25e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apis/k8s/v1alpha1/nodepool_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ type NodePoolParameters struct {
//
// +immutable
// +kubebuilder:validation:Optional
// +kubebuilder:validation:Enum=AMD_OPTERON;INTEL_SKYLAKE;INTEL_XEON
CPUFamily string `json:"cpuFamily,omitempty"`
// The number of cores for the node.
//
Expand Down

0 comments on commit 57d25e3

Please sign in to comment.