From a977931536169a2ed533914d3d9129854784d2c7 Mon Sep 17 00:00:00 2001 From: Angel Barrera Sanchez Date: Sun, 8 Mar 2020 12:51:25 +0100 Subject: [PATCH] FIX: apiextensions.k8s.io/v1 does not accept metadata definition --- deploy/crds.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/deploy/crds.yaml b/deploy/crds.yaml index 2230f5d..2560c7e 100644 --- a/deploy/crds.yaml +++ b/deploy/crds.yaml @@ -23,9 +23,6 @@ spec: object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string - metadata: - type: object - x-kubernetes-preserve-unknown-fields: true status: type: object x-kubernetes-preserve-unknown-fields: true @@ -94,9 +91,6 @@ spec: object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string - metadata: - type: object - x-kubernetes-preserve-unknown-fields: true status: type: object x-kubernetes-preserve-unknown-fields: true