Add yaml key/property validation in eraser_controller_manager_config
#893
Labels
enhancement
New feature or request
eraser_controller_manager_config
#893
Describe the solution you'd like
Is that possible to add key/property validation check in
eraser_controller_manager_config
?For example, if I have piece of configmap like
Customer used their own auto-gen tooling to generate eraser configmap while by mistake, a invalid key
tag:v1.1.0request
withnull
value was generated. Moreover, themem
andcpu
changes supposed to be underrequest
were put underimage
which caused eraser still use default request values.If we have kinda validations to check those key/properties once config yaml was applied, report like
tag:v1.1.0request
is an invalid key underimage
men
is an invalid key underimage
cpu
is an invalid key underimage
then it must help us debug and find customer's configuration error earlier?
The text was updated successfully, but these errors were encountered: