timescale / helm-charts

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

Fix duplicate "annotations" keys #378

Closed abrenk closed 2 years ago

abrenk commented 2 years ago

The YAML spec requires mapping keys to be unique and e.g. the Go YAML parser used by Grafana Tanka errors out if that is not the case:

line 1160: mapping key "annotations" already defined at line 1155

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

paulfantom commented 2 years ago

Thank you for the fix! :+1: