From 06e9787157505a649b07677e77d26202ac91431c Mon Sep 17 00:00:00 2001 From: Dave Protasowski Date: Wed, 2 Jan 2019 14:04:39 -0500 Subject: [PATCH] Enable status subresource on Knative's 'Image' cache resource (#20) --- config/image.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/image.yaml b/config/image.yaml index 0e58e38b..50d3e9b6 100644 --- a/config/image.yaml +++ b/config/image.yaml @@ -30,3 +30,5 @@ spec: shortNames: - img scope: Namespaced + subresources: + status: {}