mirror of
https://github.com/hashicorp/vault.git
synced 2025-09-21 05:41:08 +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"`
|
CgroupParent string `json:"cgroup_parent" structs:"cgroup_parent"`
|
||||||
CPU int64 `json:"cpu" structs:"cpu"`
|
CPU int64 `json:"cpu" structs:"cpu"`
|
||||||
Memory int64 `json:"memory" structs:"memory"`
|
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