minor fix in helm

This commit is contained in:
Felix Kunde 2019-06-24 10:23:00 +02:00
parent fde3f366f5
commit 7919c1f05c
1 changed files with 2 additions and 2 deletions

View File

@ -80,8 +80,8 @@ configLogicalBackup:
configMap: configMap:
cluster_labels: application:spilo cluster_labels: application:spilo
cluster_name_label: version cluster_name_label: version
enable_pod_antiaffinity: false enable_pod_antiaffinity: "false"
enable_pod_disruption_budget: true enable_pod_disruption_budget: "true"
# inherited_labels: "" # inherited_labels: ""
max_instances: "-1" max_instances: "-1"
min_instances: "-1" min_instances: "-1"