From 14580e74ece59d89cf2a7f09cc59b49c6a626d1d Mon Sep 17 00:00:00 2001 From: kostas-theo Date: Wed, 3 Mar 2021 00:26:20 +0100 Subject: [PATCH] updating with official crd specs Signed-off-by: kostas-theo --- charts/argo-events/crds/eventbus-crd.yml | 20 +++++++++++++++++++- charts/argo-events/crds/eventsource-crd.yml | 20 +++++++++++++++++++- charts/argo-events/crds/sensor-crd.yml | 20 +++++++++++++++++++- 3 files changed, 57 insertions(+), 3 deletions(-) diff --git a/charts/argo-events/crds/eventbus-crd.yml b/charts/argo-events/crds/eventbus-crd.yml index 2d423cee..052984c6 100644 --- a/charts/argo-events/crds/eventbus-crd.yml +++ b/charts/argo-events/crds/eventbus-crd.yml @@ -18,5 +18,23 @@ spec: served: true storage: true schema: - openAPIV3Schema: + openAPIV3Schema: + properties: + apiVersion: + type: string + kind: + type: string + metadata: type: object + spec: + type: object + x-kubernetes-preserve-unknown-fields: true + status: + type: object + x-kubernetes-preserve-unknown-fields: true + required: + - metadata + - spec + type: object + subresources: + status: {} diff --git a/charts/argo-events/crds/eventsource-crd.yml b/charts/argo-events/crds/eventsource-crd.yml index dd0efdd5..ea49a4aa 100644 --- a/charts/argo-events/crds/eventsource-crd.yml +++ b/charts/argo-events/crds/eventsource-crd.yml @@ -18,5 +18,23 @@ spec: served: true storage: true schema: - openAPIV3Schema: + openAPIV3Schema: + properties: + apiVersion: + type: string + kind: + type: string + metadata: type: object + spec: + type: object + x-kubernetes-preserve-unknown-fields: true + status: + type: object + x-kubernetes-preserve-unknown-fields: true + required: + - metadata + - spec + type: object + subresources: + status: {} diff --git a/charts/argo-events/crds/sensor-crd.yml b/charts/argo-events/crds/sensor-crd.yml index ee2fc31c..d2414bc3 100644 --- a/charts/argo-events/crds/sensor-crd.yml +++ b/charts/argo-events/crds/sensor-crd.yml @@ -18,5 +18,23 @@ spec: served: true storage: true schema: - openAPIV3Schema: + openAPIV3Schema: + properties: + apiVersion: + type: string + kind: + type: string + metadata: type: object + spec: + type: object + x-kubernetes-preserve-unknown-fields: true + status: + type: object + x-kubernetes-preserve-unknown-fields: true + required: + - metadata + - spec + type: object + subresources: + status: {}