mirror of https://github.com/knative/caching.git
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:
parent
54f7bb870f
commit
babf400eee
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue