fix: Access outer scope .SystemdCgroup (#8761)

Signed-off-by: Texot <tete1030@gmail.com>
This commit is contained in:
Texot 2023-11-03 01:47:16 +08:00 committed by GitHub
parent c7c339f0b7
commit f575a05be2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}}
`