diff --git a/content/en/docs/Concepts/crds/clusterserviceversion.md b/content/en/docs/Concepts/crds/clusterserviceversion.md index 99accbaa..6ad9b1a3 100644 --- a/content/en/docs/Concepts/crds/clusterserviceversion.md +++ b/content/en/docs/Concepts/crds/clusterserviceversion.md @@ -3,7 +3,7 @@ title: "ClusterServiceVersion" weight: 2 --- -A ClusterServiceVersion (CSV) represents a particular version a running operator on a cluster. It includes metadata such as name, description, version, repository link, labels, icon, etc. It declares `owned`/`required` CRDs, cluster requirements, and install strategy that tells OLM how to create required resources and set up the operator as a [deployment](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/). +A ClusterServiceVersion (CSV) represents a particular version of a running operator on a cluster. It includes metadata such as name, description, version, repository link, labels, icon, etc. It declares `owned`/`required` CRDs, cluster requirements, and install strategy that tells OLM how to create required resources and set up the operator as a [deployment](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/). OLM requires you to provide metadata about your operator in order to ensure that it can be kept running safely on a cluster, and to provide information about how updates should be applied as you publish new versions of your operator.