From ab100ad17aa50f80846c38f3df705cc024517e5a Mon Sep 17 00:00:00 2001 From: Derek Nola Date: Thu, 2 Nov 2023 13:41:34 -0700 Subject: [PATCH] Fix SystemdCgroup in templates_linux.go (#8766) Signed-off-by: Derek Nola --- pkg/agent/templates/templates_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/agent/templates/templates_linux.go b/pkg/agent/templates/templates_linux.go index a4313c461f59..2133fb2defcb 100644 --- a/pkg/agent/templates/templates_linux.go +++ b/pkg/agent/templates/templates_linux.go @@ -125,7 +125,7 @@ enable_keychain = true runtime_type = "{{$v.RuntimeType}}" [plugins."io.containerd.grpc.v1.cri".containerd.runtimes."{{$k}}".options] BinaryName = "{{$v.BinaryName}}" - SystemdCgroup = {{ .SystemdCgroup }} + SystemdCgroup = {{ $.SystemdCgroup }} {{end}} `