From b6f560528116fdde541f9c6a5d57ebf17637176c Mon Sep 17 00:00:00 2001 From: Marko Mikulicic Date: Fri, 19 Feb 2021 15:35:56 +0100 Subject: [PATCH] Also remove empty properties for jsonnet manifest Since #529 only handled the CRD in the helm chart. --- schema-v1alpha1.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/schema-v1alpha1.yaml b/schema-v1alpha1.yaml index 2b4909a2f..17bd3eba8 100644 --- a/schema-v1alpha1.yaml +++ b/schema-v1alpha1.yaml @@ -4,4 +4,3 @@ openAPIV3Schema: spec: type: object x-kubernetes-preserve-unknown-fields: true - properties: {}