From bccdfd4fa70f4c3bc5f8502c0dd6d3848ca0388d Mon Sep 17 00:00:00 2001 From: Jason Boxman Date: Mon, 23 Mar 2020 13:23:21 -0400 Subject: [PATCH] `channel` must be a string - https://github.com/openshift/openshift-docs/issues/20479 --- modules/olm-testing-operator-catalog-image.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/olm-testing-operator-catalog-image.adoc b/modules/olm-testing-operator-catalog-image.adoc index 046a0782e807..8fbc7d375a63 100644 --- a/modules/olm-testing-operator-catalog-image.adoc +++ b/modules/olm-testing-operator-catalog-image.adoc @@ -102,5 +102,5 @@ spec: source: custom-redhat-operators sourceNamespace: my-ns name: servicemeshoperator - channel: 1.0 + channel: "1.0" ----