Skip to content

Commit

Permalink
Fix typo in CONTRIBUTING.md (#1321)
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Zhengwei <chenzhengwei@inspur.com>
Fix typo in CONTRIBUTING.md
  • Loading branch information
sniperking1234 authored Nov 30, 2020
1 parent f250749 commit 4fe118a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -208,4 +208,4 @@ $ docker run --privileged --rm tonistiigi/binfmt --install all

```
$ docker buildx create --use --name builder
```
```

0 comments on commit 4fe118a

Please sign in to comment.