small fix for postgresql CRD (#1368)
This commit is contained in:
parent
41858a702c
commit
cee4bf82c7
|
|
@ -604,7 +604,7 @@ var PostgresCRDResourceValidation = apiextv1.CustomResourceValidation{
|
||||||
Items: &apiextv1.JSONSchemaPropsOrArray{
|
Items: &apiextv1.JSONSchemaPropsOrArray{
|
||||||
Schema: &apiextv1.JSONSchemaProps{
|
Schema: &apiextv1.JSONSchemaProps{
|
||||||
Type: "object",
|
Type: "object",
|
||||||
Required: []string{"preference, weight"},
|
Required: []string{"preference", "weight"},
|
||||||
Properties: map[string]apiextv1.JSONSchemaProps{
|
Properties: map[string]apiextv1.JSONSchemaProps{
|
||||||
"preference": {
|
"preference": {
|
||||||
Type: "object",
|
Type: "object",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue