From 2ad275ecc3223e8de1d6ed471bc652b5342457ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E6=AD=A3=E8=B6=85?= Date: Sun, 15 Mar 2026 10:11:25 +0800 Subject: [PATCH] fix(helm): quote obs stdout configmap value (#2166) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: houseme Co-authored-by: 马登山 --- helm/rustfs/templates/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/rustfs/templates/configmap.yaml b/helm/rustfs/templates/configmap.yaml index 6fab0eeb..59ba9e18 100644 --- a/helm/rustfs/templates/configmap.yaml +++ b/helm/rustfs/templates/configmap.yaml @@ -43,7 +43,7 @@ data: {{- end }} {{- if .Values.config.rustfs.obs_endpoint.enabled }} 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 }} {{- if .metrics.enabled }} RUSTFS_OBS_METRIC_ENDPOINT: {{ .metrics.endpoint | quote }}