From 535de7a8aaa0dd642ec7de7abb5872d193d13087 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Wed, 16 Apr 2025 06:25:50 +0800 Subject: [PATCH] fix: add quotes around serviceAccount name in OpenTelemetry configuration Signed-off-by: zhenyus --- .../authentication/templates/authentication/opentelemetry.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml b/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml index 7c7cfcee..a0b77a18 100644 --- a/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml +++ b/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml @@ -7,7 +7,7 @@ metadata: spec: mode: sidecar image: ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-contrib:latest - serviceAccount: {{ .Release.Name }}-otel-collector + serviceAccount: "{{ .Release.Name }}-otel-collector" config: receivers: filelog: