temporalio / helm-charts

Temporal Helm charts
MIT License
276 stars 315 forks source link

Labels should be rendered via helpers #519

Open robholland opened 5 days ago

robholland commented 5 days ago

Is your feature request related to a problem? Please describe.

All the templates have the same label blocks and selector patterns. Labels are often repeated multiple times (Deployment spec and deployment's pod spec, etc).

Describe the solution you'd like

Labels should be rendered via a helper so that templates are cleaner and it's easier to ensure consistency of labels/selectors.

Additional context