Unverified Commit ad5b4434 authored by Derek Nola's avatar Derek Nola Committed by GitHub

Fix SystemdCgroup in templates_linux.go (#8767)

parent 222805cb
......@@ -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}}
`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment