Skip to content

Commit

Permalink
KThreesConfigSpec made optional (k3s-io#10)
Browse files Browse the repository at this point in the history
Co-authored-by: yashwan <[email protected]>
  • Loading branch information
kychandar and yashwan authored Jul 8, 2022
1 parent f0315c7 commit bf7f69e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion controlplane/api/v1beta1/kthreescontrolplane_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ type KThreesControlPlaneSpec struct {

// KThreesConfigSpec is a KThreesConfigSpec
// to use for initializing and joining machines to the control plane.
KThreesConfigSpec cabp3v1.KThreesConfigSpec `json:"kthreesConfigSpec"`
// +optional
KThreesConfigSpec cabp3v1.KThreesConfigSpec `json:"kthreesConfigSpec,omitempty"`

// UpgradeAfter is a field to indicate an upgrade should be performed
// after the specified time even if no changes have been made to the
Expand Down

0 comments on commit bf7f69e

Please sign in to comment.