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 381b2a3 commit 5b03ff3Copy full SHA for 5b03ff3
charts/cloudnative-pg-cluster/templates/cnpg_cluster.yaml
@@ -4,6 +4,13 @@ kind: Cluster
4
metadata:
5
name: {{ .Values.name }}
6
spec:
7
+ # this solves an issue with an old boto version
8
+ env:
9
+ - name: AWS_REQUEST_CHECKSUM_CALCULATION
10
+ value: when_required
11
+ - name: AWS_RESPONSE_CHECKSUM_VALIDATION
12
13
+
14
postgresUID: {{ include "cluster.postgresUID" . }}
15
postgresGID: {{ include "cluster.postgresGID" . }}
16
instances: {{ .Values.instances }}
0 commit comments