fix rootless typo (#30135)

This commit is contained in:
Raymond Ho 2025-04-01 10:56:49 -07:00 committed by GitHub
parent 72dbb0cb34
commit e50f2258be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,5 +13,5 @@ type PluginRuntimeConfig struct {
CgroupParent string `json:"cgroup_parent" structs:"cgroup_parent"`
CPU int64 `json:"cpu" structs:"cpu"`
Memory int64 `json:"memory" structs:"memory"`
Rootless bool `json:"rootless" structs:"rootlesss"`
Rootless bool `json:"rootless" structs:"rootless"`
}