instrumenta / instrumenta/kubeval
[BUG] ConfigMap Validation should be ERROR but is WARN
Open
- Dominant language
- Go
- Stars
- 3.2k
- Forks
- 227
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.