From 642a676a58e2df5c1601906b9280cda5a4cd336f Mon Sep 17 00:00:00 2001 From: yerkennz Date: Wed, 8 Jul 2026 12:39:18 +0500 Subject: [PATCH] fix: [CPCAP-11518] enable additional properties for some services --- operator/charts/patroni-services/values.schema.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"