diff --git a/operator/charts/patroni-services/values.schema.json b/operator/charts/patroni-services/values.schema.json index 779b6d8d..22e303c7 100644 --- a/operator/charts/patroni-services/values.schema.json +++ b/operator/charts/patroni-services/values.schema.json @@ -174,7 +174,7 @@ }, "operatorInit": { "type": "object", - "additionalProperties": false, + "additionalProperties": true, "properties": { "image": { "type": "string", @@ -352,7 +352,7 @@ }, "patroni": { "type": "object", - "additionalProperties": false, + "additionalProperties": true, "properties": { "clusterName": { "type": "string", @@ -659,7 +659,7 @@ }, "pgBackRest": { "type": "object", - "additionalProperties": false, + "additionalProperties": true, "properties": { "diffSchedule": { "type": "string"