diff --git a/api/v1beta2/manifest_types.go b/api/v1beta2/manifest_types.go index a8f0485c51..e8fd1e6e31 100644 --- a/api/v1beta2/manifest_types.go +++ b/api/v1beta2/manifest_types.go @@ -64,7 +64,7 @@ type ManifestSpec struct { Resource *unstructured.Unstructured `json:"resource,omitempty"` // AssociatedResources specifies a list of resources which are not managed - // by the lifecycle manager. The resources have the following format: //. + // by Lifecycle Manager. The resources have the following format: //. // +optional AssociatedResources []string `json:"associatedResources,omitempty"` } diff --git a/config/crd/bases/operator.kyma-project.io_manifests.yaml b/config/crd/bases/operator.kyma-project.io_manifests.yaml index d866be8855..146c8df820 100644 --- a/config/crd/bases/operator.kyma-project.io_manifests.yaml +++ b/config/crd/bases/operator.kyma-project.io_manifests.yaml @@ -52,7 +52,7 @@ spec: associatedResources: description: |- AssociatedResources specifies a list of resources which are not managed - by the lifecycle manager. The resources have the following format: //. + by Lifecycle Manager. The resources have the following format: //. items: type: string type: array @@ -329,7 +329,7 @@ spec: associatedResources: description: |- AssociatedResources specifies a list of resources which are not managed - by the lifecycle manager. The resources have the following format: //. + by Lifecycle Manager. The resources have the following format: //. items: type: string type: array