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:
rjshrjndrn 2025-02-11 17:22:51 +01:00
parent 198c5e3a92
commit 31290d7a89

View file

@ -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: