Unverified Commit f575a05b authored by Texot's avatar Texot Committed by GitHub

fix: Access outer scope .SystemdCgroup (#8761)

Signed-off-by: 's avatarTexot <tete1030@gmail.com>
parent c7c339f0
...@@ -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