timescale / helm-charts

Configuration and Documentation to run TimescaleDB in your Kubernetes cluster
Apache License 2.0
264 stars 223 forks source link

Add affinity schema to promscale chart #454

Closed onprem closed 2 years ago

onprem commented 2 years ago

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