Skip to content

Commit cee4bf8

Browse files
small fix for postgresql CRD (#1368)
1 parent 41858a7 commit cee4bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/apis/acid.zalan.do/v1/crds.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ var PostgresCRDResourceValidation = apiextv1.CustomResourceValidation{
604604
Items: &apiextv1.JSONSchemaPropsOrArray{
605605
Schema: &apiextv1.JSONSchemaProps{
606606
Type: "object",
607-
Required: []string{"preference, weight"},
607+
Required: []string{"preference", "weight"},
608608
Properties: map[string]apiextv1.JSONSchemaProps{
609609
"preference": {
610610
Type: "object",

0 commit comments

Comments
 (0)