From 7919c1f05c967f9493973f06a08c3b3c5312fc9e Mon Sep 17 00:00:00 2001 From: Felix Kunde Date: Mon, 24 Jun 2019 10:23:00 +0200 Subject: [PATCH] minor fix in helm --- charts/postgres-operator/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"