diff --git a/pkg/ensurance/collector/types/types.go b/pkg/ensurance/collector/types/types.go index f56b72dd1..085c8f22e 100644 --- a/pkg/ensurance/collector/types/types.go +++ b/pkg/ensurance/collector/types/types.go @@ -60,7 +60,7 @@ const ( func GetCgroupPath(p *v1.Pod, cgroupDriver string) string { cgroupName := GetCgroupName(p) switch cgroupDriver { - case "stytemd": + case "systemd": return cgroupName.ToSystemd() case "cgroupfs": return cgroupName.ToCgroupfs()