fix(helm): regression #3026
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
8888399359
commit
885c20827e
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue