mirror of https://github.com/k3s-io/k3s
fix: Access outer scope .SystemdCgroup (#8761)
Signed-off-by: Texot <tete1030@gmail.com>pull/8771/head
parent
c7c339f0b7
commit
f575a05be2
|
@ -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}}
|
||||
`
|
||||
|
||||
|
|
Loading…
Reference in New Issue