Skip to content

Commit 4d38c77

Browse files
authored
add AWS_ENDPOINT_URL env variable in s3 secret (#228)
1 parent a49f011 commit 4d38c77

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

charts/library-chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v2
22
name: library-chart
3-
version: 1.7.0
3+
version: 1.7.1
44
type: library

charts/library-chart/templates/_secret.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ type: Opaque
2323
stringData:
2424
AWS_ACCESS_KEY_ID: {{ .Values.s3.accessKeyId | quote }}
2525
AWS_S3_ENDPOINT: {{ .Values.s3.endpoint | quote }}
26+
AWS_ENDPOINT_URL: {{ printf "https://%s/" .Values.s3.endpoint | quote }}
2627
S3_ENDPOINT: {{ printf "https://%s/" .Values.s3.endpoint | quote }}
2728
AWS_DEFAULT_REGION: {{ .Values.s3.defaultRegion | quote }}
2829
AWS_SECRET_ACCESS_KEY: {{ .Values.s3.secretAccessKey | quote }}

0 commit comments

Comments
 (0)