Skip to content

Commit

Permalink
fix: Access outer scope .SystemdCgroup (#8761)
Browse files Browse the repository at this point in the history
Signed-off-by: Texot <tete1030@gmail.com>
  • Loading branch information
tete1030 committed Nov 2, 2023
1 parent c7c339f commit f575a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/agent/templates/templates_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
`

Expand Down

0 comments on commit f575a05

Please sign in to comment.