fix(helm): regression #3026

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2025-02-11 19:12:17 +01:00
parent 8888399359
commit 885c20827e

View file

@ -90,7 +90,7 @@ spec:
- name: SITE_URL
value: '{{- include "openreplay.domainURL" . }}'
- name: S3_HOST
value: {{- if .Values.global.s3.endpoint -}}{{- include "openreplay.s3Endpoint" . -}}{{- end }}
value: {{ if .Values.global.s3.endpoint }}{{ include "openreplay.s3Endpoint" . }}{{ end }}
- name: S3_KEY
{{- if .Values.global.s3.existingSecret }}
valueFrom: