Fix API_BASE
This commit is contained in:
parent
3a37129adc
commit
b8515ff864
@ -5,7 +5,7 @@ metadata:
|
||||
data:
|
||||
env.js: |
|
||||
window.ENV = {
|
||||
API_BASE: "{{ .Values.frontend.env.API_BASE }}",
|
||||
MINIO_ENDPOINT: "{{ .Values.frontend.env.MINIO_ENDPOINT }}",
|
||||
MINIO_BUCKET: "{{ .Values.frontend.env.MINIO_BUCKET }}"
|
||||
API_BASE: {{ .Values.frontend.env.API_BASE | quote }},
|
||||
MINIO_ENDPOINT: {{ .Values.frontend.env.MINIO_ENDPOINT | quote }},
|
||||
MINIO_BUCKET: {{ .Values.frontend.env.MINIO_BUCKET | quote }}
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user