diff --git a/workspaces/controller/api/v1beta1/workspacekind_types.go b/workspaces/controller/api/v1beta1/workspacekind_types.go index 3eb96f4d..95aac175 100644 --- a/workspaces/controller/api/v1beta1/workspacekind_types.go +++ b/workspaces/controller/api/v1beta1/workspacekind_types.go @@ -54,12 +54,12 @@ type WorkspaceKindSpawner struct { // if this WorkspaceKind should be hidden from the Workspace Spawner UI //+kubebuilder:validation:Optional - //+kubebuilder:default=false + //+kubebuilder:default:=false Hidden *bool `json:"hidden,omitempty"` // if this WorkspaceKind is deprecated //+kubebuilder:validation:Optional - //+kubebuilder:default=false + //+kubebuilder:default:=false Deprecated *bool `json:"deprecated,omitempty"` // a message to show in Workspace Spawner UI when the WorkspaceKind is deprecated