timescale / helm-charts

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

charts/timescaledb-single: allow setting affinity #529

Closed paulfantom closed 1 year ago

paulfantom commented 1 year ago

What this PR does / why we need it

Currently schema validation prevents usage of affinity field with error like the following one:

Error: values don't meet the specifications of the schema(s) in the following chart(s):
timescaledb-single:
- affinity: Additional property nodeAffinity is not allowed
- affinity: Additional property podAntiAffinity is not allowed

Which issue this PR fixes

(optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged)

Special notes for your reviewer

Checklist