Skip to content

Commit

Permalink
Fix SystemdCgroup in templates_linux.go (#8766)
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <derek.nola@suse.com>
  • Loading branch information
dereknola committed Nov 2, 2023
1 parent a6687b5 commit ab100ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/agent/templates/templates_linux.go
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 ab100ad

Please sign in to comment.