allow Pg13

This commit is contained in:
Felix Kunde 2020-11-13 16:47:55 +01:00
parent b58c25ed07
commit 25893f2781
2 changed files with 4 additions and 0 deletions

View File

@ -323,6 +323,7 @@ spec:
- "10"
- "11"
- "12"
- "13"
parameters:
type: object
additionalProperties:

View File

@ -414,6 +414,9 @@ var PostgresCRDResourceValidation = apiextv1.CustomResourceValidation{
{
Raw: []byte(`"12"`),
},
{
Raw: []byte(`"13"`),
},
},
},
"parameters": {