From cee4bf82c7960f69d25de4099332b61a75579fd9 Mon Sep 17 00:00:00 2001 From: georgebarbarosie Date: Thu, 18 Feb 2021 07:21:26 +0000 Subject: [PATCH] small fix for postgresql CRD (#1368) --- pkg/apis/acid.zalan.do/v1/crds.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/apis/acid.zalan.do/v1/crds.go b/pkg/apis/acid.zalan.do/v1/crds.go index 3c4bc315a..19430e78d 100644 --- a/pkg/apis/acid.zalan.do/v1/crds.go +++ b/pkg/apis/acid.zalan.do/v1/crds.go @@ -604,7 +604,7 @@ var PostgresCRDResourceValidation = apiextv1.CustomResourceValidation{ Items: &apiextv1.JSONSchemaPropsOrArray{ Schema: &apiextv1.JSONSchemaProps{ Type: "object", - Required: []string{"preference, weight"}, + Required: []string{"preference", "weight"}, Properties: map[string]apiextv1.JSONSchemaProps{ "preference": { Type: "object",