Skip to content

Commit 5b03ff3

Browse files
committed
fix boto error upstream by adding AWS variables
1 parent 381b2a3 commit 5b03ff3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

charts/cloudnative-pg-cluster/templates/cnpg_cluster.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ kind: Cluster
44
metadata:
55
name: {{ .Values.name }}
66
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+
value: when_required
13+
714
postgresUID: {{ include "cluster.postgresUID" . }}
815
postgresGID: {{ include "cluster.postgresGID" . }}
916
instances: {{ .Values.instances }}

0 commit comments

Comments
 (0)