We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 134e3c1 commit 8bd3bafCopy full SHA for 8bd3baf
charts/teuto-cnpg/templates/cluster.yaml
@@ -5,8 +5,14 @@ metadata:
5
namespace: {{ .Release.Namespace }}
6
labels: {{- include "common.labels.standard" . | nindent 4 }}
7
spec:
8
+ env:
9
+ - name: AWS_REQUEST_CHECKSUM_CALCULATION
10
+ value: when_required
11
+ - name: AWS_RESPONSE_CHECKSUM_VALIDATION
12
13
affinity:
14
podAntiAffinityType: preferred
15
+ primaryUpdateMethod: switchover
16
enablePDB: true
17
enableSuperuserAccess: true
18
failoverDelay: 0
0 commit comments