Skip to content

Commit 8bd3baf

Browse files
committed
fix(teuto-cnpg/updateMethod): set update method to switchover, set env-vars to make it compatible with newer barman
1 parent 134e3c1 commit 8bd3baf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

charts/teuto-cnpg/templates/cluster.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,14 @@ metadata:
55
namespace: {{ .Release.Namespace }}
66
labels: {{- include "common.labels.standard" . | nindent 4 }}
77
spec:
8+
env:
9+
- name: AWS_REQUEST_CHECKSUM_CALCULATION
10+
value: when_required
11+
- name: AWS_RESPONSE_CHECKSUM_VALIDATION
12+
value: when_required
813
affinity:
914
podAntiAffinityType: preferred
15+
primaryUpdateMethod: switchover
1016
enablePDB: true
1117
enableSuperuserAccess: true
1218
failoverDelay: 0

0 commit comments

Comments
 (0)