We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41858a7 commit cee4bf8Copy full SHA for cee4bf8
pkg/apis/acid.zalan.do/v1/crds.go
@@ -604,7 +604,7 @@ var PostgresCRDResourceValidation = apiextv1.CustomResourceValidation{
604
Items: &apiextv1.JSONSchemaPropsOrArray{
605
Schema: &apiextv1.JSONSchemaProps{
606
Type: "object",
607
- Required: []string{"preference, weight"},
+ Required: []string{"preference", "weight"},
608
Properties: map[string]apiextv1.JSONSchemaProps{
609
"preference": {
610
0 commit comments