jfelten / gitea-helm-chart

MIT License
76 stars 66 forks source link

Add podAnnotations to the deployment #66

Closed asoltesz closed 4 years ago

asoltesz commented 4 years ago

There seems to be a podAnnotations field in the chart values.yaml but it is not used in the deployment template.

It should apply the podAnnotations on the pods via placing it in the pod template of the deployment.