chore(helm): make s3 external endpoint
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
1feb4bdc64
commit
0e5fe14dc2
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ spec:
|
|||
value: {{ .Values.global.s3.secretKey }}
|
||||
{{- end }}
|
||||
- name: AWS_ENDPOINT
|
||||
value: '{{ .Values.global.s3.endpoint }}'
|
||||
value: '{{- include "openreplay.s3Endpoint" . }}'
|
||||
- name: AWS_REGION
|
||||
value: '{{ .Values.global.s3.region }}'
|
||||
- name: BUCKET_NAME
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue