Closed onprem closed 2 years ago
Currently when we try to add affinities in the values.yaml file, it fails with a schema validation error. The schema for affinity is not correct and allows only empty object. This PR adds basic schema for this.
affinity
What this PR does / why we need it
Currently when we try to add affinities in the values.yaml file, it fails with a schema validation error. The schema for
affinity
is not correct and allows only empty object. This PR adds basic schema for this.Checklist