Skip to content

Commit c6521b0

Browse files
authored
Merge pull request #31952 from pneedle-rh/github-issue-31508-fix-typo
GH#31508 - Fix Debian package extension typo
2 parents a8c4c58 + d009288 commit c6521b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/olm-csv.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
A _cluster service version_ (CSV) represents a specific version of a running Operator on an {product-title} cluster. It is a YAML manifest created from Operator metadata that assists Operator Lifecycle Manager (OLM) in running the Operator in the cluster.
99

10-
OLM requires this metadata about an Operator to ensure that it can be kept running safely on a cluster, and to provide information about how updates should be applied as new versions of the Operator are published. This is similar to packaging software for a traditional operating system; think of the packaging step for OLM as the stage at which you make your `rpm`, `dep`, or `apk` bundle.
10+
OLM requires this metadata about an Operator to ensure that it can be kept running safely on a cluster, and to provide information about how updates should be applied as new versions of the Operator are published. This is similar to packaging software for a traditional operating system; think of the packaging step for OLM as the stage at which you make your `rpm`, `deb`, or `apk` bundle.
1111

1212
A CSV includes the metadata that accompanies an Operator container image, used to populate user interfaces with information such as its name, version, description, labels, repository link, and logo.
1313

0 commit comments

Comments
 (0)