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

Fix SystemdCgroup in templates_linux.go (#8766)

parent a6687b59
...@@ -125,7 +125,7 @@ enable_keychain = true ...@@ -125,7 +125,7 @@ enable_keychain = true
runtime_type = "{{$v.RuntimeType}}" runtime_type = "{{$v.RuntimeType}}"
[plugins."io.containerd.grpc.v1.cri".containerd.runtimes."{{$k}}".options] [plugins."io.containerd.grpc.v1.cri".containerd.runtimes."{{$k}}".options]
BinaryName = "{{$v.BinaryName}}" BinaryName = "{{$v.BinaryName}}"
SystemdCgroup = {{ .SystemdCgroup }} SystemdCgroup = {{ $.SystemdCgroup }}
{{end}} {{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