Skip to content

Commit

Permalink
Update CRD
Browse files Browse the repository at this point in the history
  • Loading branch information
VaniHaripriya committed Jan 7, 2025
1 parent fac0ff7 commit d1edd08
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion api/v1/dspipeline_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down
2 changes: 1 addition & 1 deletion api/v1alpha1/dspipeline_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d1edd08

Please sign in to comment.