feat(chalice): if iam role is using then the host variable should be empty
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
198c5e3a92
commit
31290d7a89
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ spec:
|
||||||
- name: SITE_URL
|
- name: SITE_URL
|
||||||
value: '{{- include "openreplay.domainURL" . }}'
|
value: '{{- include "openreplay.domainURL" . }}'
|
||||||
- name: S3_HOST
|
- name: S3_HOST
|
||||||
value: '{{- include "openreplay.s3Endpoint" . }}'
|
value: {{- if .Values.global.s3.endpoint -}}{{- include "openreplay.s3Endpoint" . -}}{{- end }}
|
||||||
- name: S3_KEY
|
- name: S3_KEY
|
||||||
{{- if .Values.global.s3.existingSecret }}
|
{{- if .Values.global.s3.existingSecret }}
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue