diff --git a/fleetconfig-controller/api/v1alpha1/fleetconfig_types.go b/fleetconfig-controller/api/v1alpha1/fleetconfig_types.go index 81455b8f..8763859b 100644 --- a/fleetconfig-controller/api/v1alpha1/fleetconfig_types.go +++ b/fleetconfig-controller/api/v1alpha1/fleetconfig_types.go @@ -533,7 +533,7 @@ type Klusterlet struct { // +optional FeatureGates string `json:"featureGates,omitempty"` - // Deployent mode for klusterlet + // Deployment mode for klusterlet // +kubebuilder:validation:Enum=Default;Hosted // +kubebuilder:default:="Default" // +optional diff --git a/fleetconfig-controller/api/v1beta1/spoke_types.go b/fleetconfig-controller/api/v1beta1/spoke_types.go index 02bea7a2..190b75b9 100644 --- a/fleetconfig-controller/api/v1beta1/spoke_types.go +++ b/fleetconfig-controller/api/v1beta1/spoke_types.go @@ -166,7 +166,7 @@ type Klusterlet struct { // +optional FeatureGates string `json:"featureGates,omitempty"` - // Deployent mode for klusterlet + // Deployment mode for klusterlet // +kubebuilder:validation:Enum=Default;Hosted // +kubebuilder:default:="Default" // +optional diff --git a/fleetconfig-controller/charts/fleetconfig-controller/crds/fleetconfig.open-cluster-management.io_spokes.yaml b/fleetconfig-controller/charts/fleetconfig-controller/crds/fleetconfig.open-cluster-management.io_spokes.yaml index 3bba312b..7fecf639 100644 --- a/fleetconfig-controller/charts/fleetconfig-controller/crds/fleetconfig.open-cluster-management.io_spokes.yaml +++ b/fleetconfig-controller/charts/fleetconfig-controller/crds/fleetconfig.open-cluster-management.io_spokes.yaml @@ -426,7 +426,7 @@ spec: type: object mode: default: Default - description: Deployent mode for klusterlet + description: Deployment mode for klusterlet enum: - Default - Hosted diff --git a/fleetconfig-controller/charts/fleetconfig-controller/templates/crd-fleetconfig.open-cluster-management.io_fleetconfigs.yaml b/fleetconfig-controller/charts/fleetconfig-controller/templates/crd-fleetconfig.open-cluster-management.io_fleetconfigs.yaml index aac0793b..45550209 100644 --- a/fleetconfig-controller/charts/fleetconfig-controller/templates/crd-fleetconfig.open-cluster-management.io_fleetconfigs.yaml +++ b/fleetconfig-controller/charts/fleetconfig-controller/templates/crd-fleetconfig.open-cluster-management.io_fleetconfigs.yaml @@ -444,7 +444,7 @@ spec: type: object mode: default: Default - description: Deployent mode for klusterlet + description: Deployment mode for klusterlet enum: - Default - Hosted diff --git a/fleetconfig-controller/config/crds/fleetconfig.open-cluster-management.io_fleetconfigs.yaml b/fleetconfig-controller/config/crds/fleetconfig.open-cluster-management.io_fleetconfigs.yaml index 2038d0aa..eeb3c97a 100644 --- a/fleetconfig-controller/config/crds/fleetconfig.open-cluster-management.io_fleetconfigs.yaml +++ b/fleetconfig-controller/config/crds/fleetconfig.open-cluster-management.io_fleetconfigs.yaml @@ -443,7 +443,7 @@ spec: type: object mode: default: Default - description: Deployent mode for klusterlet + description: Deployment mode for klusterlet enum: - Default - Hosted