pmint93 / helm-charts

My helm charts
https://pmint93.github.io/helm-charts/
Apache License 2.0
75 stars 74 forks source link

Add possibility to configure additional labels and annotations for the deployment #46

Closed tessig closed 1 year ago

tessig commented 1 year ago

For many kubernetes tools we need to set additional annotations and labels on the deployment entity.

This PR introduces new values to configure custom annotations and labels, similar to what we already have on pod level.

pmint93 commented 1 year ago

Thanks @tessig !