Skip to content

Commit ee4c86f

Browse files
Merge pull request #760 from tlwu2013/patch-1
Fix typo - k8s version format
2 parents 6945742 + 63f73f6 commit ee4c86f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/design/building-your-csv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ The metadata section contains general metadata around the name, version and othe
232232

233233
**Description**: A markdown blob that describes the Operator. Important information to include: features, limitations and common use-cases for the Operator. If your Operator manages different types of installs, eg. standalone vs clustered, it is useful to give an overview of how each differs from each other, or which ones are supported for production use.
234234

235-
**MinKubeVersion**: A minimum version of Kubernetes that server is supposed to have so operator(s) can be deployed. The Kubernetes version must be in "Major.Major.Patch" format (e.g: 1.11.0).
235+
**MinKubeVersion**: A minimum version of Kubernetes that server is supposed to have so operator(s) can be deployed. The Kubernetes version must be in "Major.Minor.Patch" format (e.g: 1.11.0).
236236

237237
**Labels** (optional): Any key/value pairs used to organize and categorize this CSV object.
238238

0 commit comments

Comments
 (0)