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 598c05b commit b9ef88fCopy full SHA for b9ef88f
pkg/apis/acid.zalan.do/v1/crds.go
@@ -550,10 +550,8 @@ var PostgresCRDResourceValidation = apiextv1.CustomResourceValidation{
550
Type: "array",
551
Items: &apiextv1.JSONSchemaPropsOrArray{
552
Schema: &apiextv1.JSONSchemaProps{
553
- Type: "object",
554
- AdditionalProperties: &apiextv1.JSONSchemaPropsOrBool{
555
- Allows: true,
556
- },
+ Type: "object",
+ XPreserveUnknownFields: util.True(),
557
},
558
559
0 commit comments