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.
This commit is contained in:
Evan Anderson 2019-03-29 16:35:54 -07:00 committed by Knative Prow Robot
parent 54f7bb870f
commit babf400eee
1 changed files with 1 additions and 1 deletions

View File

@ -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