fix: add quotes around serviceAccount name in OpenTelemetry configuration

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-04-16 06:25:50 +08:00
parent 849511b6ca
commit 535de7a8aa

View File

@ -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: