From 208ce8e564b54c9a7d32adbc5ec766aad7b639e7 Mon Sep 17 00:00:00 2001 From: chen zhengwei Date: Mon, 30 Nov 2020 18:13:23 +0800 Subject: [PATCH] Fix typo in CONTRIBUTING.md Signed-off-by: Chen Zhengwei --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 75122c7cb..4ee273095 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -107,7 +107,7 @@ With OLM, users can: OLM also enforces some constraints on the components it manages in order to ensure a good user experience. -The Jaeger community provides and mantains a [ClusterServiceVersion (CSV) YAML](https://github.com/operator-framework/operator-lifecycle-manager/blob/master/Documentation/design/building-your-csv.md/) to integrate with OLM. +The Jaeger community provides and maintains a [ClusterServiceVersion (CSV) YAML](https://github.com/operator-framework/operator-lifecycle-manager/blob/master/Documentation/design/building-your-csv.md/) to integrate with OLM. Starting from operator-sdk v0.5.0, one can generate and update CSVs based on the yaml files in the deploy folder. The Jaeger CSV can be updated to version 1.9.0 with the following command: @@ -208,4 +208,4 @@ $ docker run --privileged --rm tonistiigi/binfmt --install all ``` $ docker buildx create --use --name builder -``` \ No newline at end of file +```