diff --git a/charts/postgres-operator/values.yaml b/charts/postgres-operator/values.yaml index ab93acbdd..d47c62c1c 100644 --- a/charts/postgres-operator/values.yaml +++ b/charts/postgres-operator/values.yaml @@ -80,8 +80,8 @@ configLogicalBackup: configMap: cluster_labels: application:spilo cluster_name_label: version - enable_pod_antiaffinity: false - enable_pod_disruption_budget: true + enable_pod_antiaffinity: "false" + enable_pod_disruption_budget: "true" # inherited_labels: "" max_instances: "-1" min_instances: "-1"