Skip to content

Commit

Permalink
fix: proper defaulting of class
Browse files Browse the repository at this point in the history
Signed-off-by: lsviben <[email protected]>
  • Loading branch information
lsviben committed Oct 17, 2024
1 parent 2be5a2f commit 28af863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/spaces/v1beta1/controlplane_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ type ControlPlaneSpec struct {
// Class specifies the class of the control plane.
// +optional
// +kubebuilder:validation:XValidation:rule="self == oldSelf",message="class is immutable"
// +kubebuilder:default={"default"}
// +kubebuilder:default=default
Class string `json:"class,omitempty"`
}

Expand Down

0 comments on commit 28af863

Please sign in to comment.