diff --git a/api/v1/dspipeline_types.go b/api/v1/dspipeline_types.go index 2e668042..0dbef271 100644 --- a/api/v1/dspipeline_types.go +++ b/api/v1/dspipeline_types.go @@ -70,7 +70,7 @@ type APIServer struct { // +kubebuilder:default:=false // +kubebuilder:validation:Optional EnableSamplePipeline bool `json:"enableSamplePipeline"` - // Include instructlab multi-phase training and LLM generation pipeline with the deployment of this DSP API Server. Default: false + // Enable the Instructlab Multi-Phase Training pipeline with the deployment of this DSP API server. Default is false // +kubebuilder:default:=false // +kubebuilder:validation:Optional EnableInstructLabPipeline bool `json:"enableInstructLabPipeline"` diff --git a/api/v1alpha1/dspipeline_types.go b/api/v1alpha1/dspipeline_types.go index 501e6918..fc7f1f10 100644 --- a/api/v1alpha1/dspipeline_types.go +++ b/api/v1alpha1/dspipeline_types.go @@ -70,7 +70,7 @@ type APIServer struct { // +kubebuilder:default:=false // +kubebuilder:validation:Optional EnableSamplePipeline bool `json:"enableSamplePipeline"` - // Include instructlab multi-phase training and LLM generation pipeline with the deployment of this DSP API Server. Default: false + // Enable the Instructlab Multi-Phase Training pipeline with the deployment of this DSP API server. Default is false // +kubebuilder:default:=false // +kubebuilder:validation:Optional EnableInstructLabPipeline bool `json:"enableInstructLabPipeline"` diff --git a/config/crd/bases/datasciencepipelinesapplications.opendatahub.io_datasciencepipelinesapplications.yaml b/config/crd/bases/datasciencepipelinesapplications.opendatahub.io_datasciencepipelinesapplications.yaml index 6ddabc98..f7a8e017 100644 --- a/config/crd/bases/datasciencepipelinesapplications.opendatahub.io_datasciencepipelinesapplications.yaml +++ b/config/crd/bases/datasciencepipelinesapplications.opendatahub.io_datasciencepipelinesapplications.yaml @@ -107,9 +107,8 @@ spec: type: boolean enableInstructLabPipeline: default: false - description: 'Include instructlab multi-phase training and LLM - generation pipeline with the deployment of this DSP API Server. - Default: false' + description: Enable the Instructlab Multi-Phase Training pipeline + with the deployment of this DSP API server. Default is false type: boolean enableOauth: default: true @@ -998,9 +997,8 @@ spec: type: boolean enableInstructLabPipeline: default: false - description: 'Include instructlab multi-phase training and LLM - generation pipeline with the deployment of this DSP API Server. - Default: false' + description: Enable the Instructlab Multi-Phase Training pipeline + with the deployment of this DSP API server. Default is false type: boolean enableOauth: default: true