From c513c733760a70525490b8528ae8e6ccc11a6187 Mon Sep 17 00:00:00 2001 From: Matthias Wessendorf Date: Mon, 20 Apr 2020 09:20:32 +0200 Subject: [PATCH] Fixing subscriberUri path in additionalPrinterColumns Signed-off-by: Matthias Wessendorf --- config/core/resources/trigger.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/core/resources/trigger.yaml b/config/core/resources/trigger.yaml index 0cd0ecffc5b..93e2c6bed9e 100644 --- a/config/core/resources/trigger.yaml +++ b/config/core/resources/trigger.yaml @@ -51,7 +51,7 @@ spec: JSONPath: .spec.broker - name: Subscriber_URI type: string - JSONPath: .status.subscriberURI + JSONPath: .status.subscriberUri - name: Age type: date JSONPath: .metadata.creationTimestamp