From 68aeb30ae8f7396e4aa9e6ad46ae32e4c4bd4772 Mon Sep 17 00:00:00 2001 From: Priyanka Saggu Date: Tue, 27 Apr 2021 19:39:14 +0530 Subject: [PATCH] Fix CRD manifest yaml --- examples/custom_object.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/examples/custom_object.py b/examples/custom_object.py index 55e359f5b..98234cb28 100644 --- a/examples/custom_object.py +++ b/examples/custom_object.py @@ -29,6 +29,19 @@ spec: - name: v1 served: true storage: true + schema: + openAPIV3Schema: + type: object + properties: + spec: + type: object + properties: + cronSpec: + type: string + image: + type: string + replicas: + type: integer scope: Namespaced names: plural: crontabs