Add missing required `type` field
Although `LimitRange.spec.limits.type` was mandated in 2020, one LimitRange example still misses the field, so a validation error may confuse people referring.pull/38725/head
parent
1abcb52e07
commit
e24f6b7a24
|
|
@ -12,3 +12,4 @@ spec:
|
|||
cpu: "1"
|
||||
min:
|
||||
cpu: 100m
|
||||
type: Container
|
||||
|
|
|
|||
Loading…
Reference in New Issue