timescale / helm-charts

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

Support for Custom annotations on upgrade patroni job #355

Open wiikip opened 2 years ago

wiikip commented 2 years ago

It would be very convenient to have the possibility to add annotations on the pod created by the patroni upgrade job. The change should not be really complicated. I can do it

WHY ? I had a problem with this job when using it in a cluster with Linkerd installed. I wanted to disable the proxy injector on the job but was not possible. Same problem should happen with Istio I guess

dave08 commented 2 years ago

I had the exact same problem with istio... and there really isn't a clean solution apart from tweaking the manifests afterwards with kustomize or something...