Open estahn opened 3 years ago
All objects should include "additionalProperties": false, to properly validate, e.g. the following should fail but doesn't with the current schemas:
"additionalProperties": false,
resources: limits: foobar: 123 cpu: 100m memory: 128Mi requests: cpu: 100m memory: 128Mi
All objects should include
"additionalProperties": false,
to properly validate, e.g. the following should fail but doesn't with the current schemas: