Skip to content

Commit

Permalink
fix: remove optional on machine template spec field
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebond committed Oct 12, 2023
1 parent 9b353ed commit 2d4292d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controlplane/api/v1beta1/kthreescontrolplane_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ type KThreesControlPlaneSpec struct {

// MachineTemplate contains information about how machines
// should be shaped when creating or updating a control plane.
// +optional
MachineTemplate KThreesControlPlaneMachineTemplate `json:"machineTemplate,omitempty"`
}

Expand Down

0 comments on commit 2d4292d

Please sign in to comment.