So when we have a configmap that does not allow number types only string and validate it we get:
WARN - /templates/configmap-general.yaml contains an invalid ConfigMap (default.general) - data: Invalid type. Expected: [string,null], given: integer
Why is this not an error?
So when we have a configmap that does not allow number types only string and validate it we get:
Why is this not an error?