From 6c07e11fa13549206073056b280f1ede55a9a055 Mon Sep 17 00:00:00 2001 From: Ali Ok Date: Mon, 6 Sep 2021 15:09:57 +0300 Subject: [PATCH] Make status.address optional in the KafkaChannel CRD --- config/channel/resources/kafkachannel-crd.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/channel/resources/kafkachannel-crd.yaml b/config/channel/resources/kafkachannel-crd.yaml index ac7f4d6f39..1fd3e17907 100644 --- a/config/channel/resources/kafkachannel-crd.yaml +++ b/config/channel/resources/kafkachannel-crd.yaml @@ -144,8 +144,6 @@ spec: status: description: Status represents the current state of the KafkaChannel. This data may be out of date. type: object - required: - - address properties: address: type: object