mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
fix: Access outer scope .SystemdCgroup (#8761)
Signed-off-by: Texot <tete1030@gmail.com>
This commit is contained in:
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
Block a user