Skip to content

Commit 17ed6ab

Browse files
authoredAug 18, 2020
fix: add dashes to semver range example
Without that, it's causing a YAML/JSON conversion issue
1 parent 3efef97 commit 17ed6ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/design/operator-bundle.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ dependencies:
7878
- type: olm.package
7979
value:
8080
packageName: prometheus
81-
version: >0.27.0
81+
version: ">0.27.0"
8282
- type: olm.gvk
8383
value:
8484
group: etcd.database.coreos.com

0 commit comments

Comments
 (0)
Please sign in to comment.