From babf400eeec07acdd0d6864ad28709c2bcee0c82 Mon Sep 17 00:00:00 2001 From: Evan Anderson Date: Fri, 29 Mar 2019 16:35:54 -0700 Subject: [PATCH] Fix knative.dev/crd-install label to match label schema types. (#25) * Add a label knative.dev/crd-install to CRDs to allow installing CRDs in a separate pass. * YAML cares about types, and `true` is a Boolean, not a String. --- config/image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/image.yaml b/config/image.yaml index 769086f2..e1e05cc0 100644 --- a/config/image.yaml +++ b/config/image.yaml @@ -17,7 +17,7 @@ kind: CustomResourceDefinition metadata: name: images.caching.internal.knative.dev labels: - knative.dev/crd-install: true + knative.dev/crd-install: "true" spec: group: caching.internal.knative.dev version: v1alpha1