mirror of
https://github.com/rustfs/rustfs.git
synced 2026-03-17 14:24:08 +00:00
fix(helm): quote obs stdout configmap value (#2166)
Co-authored-by: houseme <housemecn@gmail.com> Co-authored-by: 马登山 <Cxymds@qq.com>
This commit is contained in:
@@ -43,7 +43,7 @@ data:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.config.rustfs.obs_endpoint.enabled }}
|
{{- if .Values.config.rustfs.obs_endpoint.enabled }}
|
||||||
RUSTFS_OBS_ENDPOINT: {{ .Values.config.rustfs.obs_endpoint.base_endpoint | quote }}
|
RUSTFS_OBS_ENDPOINT: {{ .Values.config.rustfs.obs_endpoint.base_endpoint | quote }}
|
||||||
RUSTFS_OBS_USE_STDOUT: {{ .Values.config.rustfs.obs_endpoint.use_stdout }}
|
RUSTFS_OBS_USE_STDOUT: {{ .Values.config.rustfs.obs_endpoint.use_stdout | quote }}
|
||||||
{{- with .Values.config.rustfs.obs_endpoint }}
|
{{- with .Values.config.rustfs.obs_endpoint }}
|
||||||
{{- if .metrics.enabled }}
|
{{- if .metrics.enabled }}
|
||||||
RUSTFS_OBS_METRIC_ENDPOINT: {{ .metrics.endpoint | quote }}
|
RUSTFS_OBS_METRIC_ENDPOINT: {{ .metrics.endpoint | quote }}
|
||||||
|
|||||||
Reference in New Issue
Block a user