mirror of
https://github.com/hashicorp/vault.git
synced 2025-09-20 21:31:09 +02:00
fix rootless typo (#30135)
This commit is contained in:
parent
72dbb0cb34
commit
e50f2258be
@ -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"`
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user