Migrate to Helm's recommended standard labels #273
Labels
enhancement
New feature or request
good first issue
Good for newcomers
Helm
help wanted
Extra attention is needed
K8s
Milestone
Currently we have labeled our Deployments, Pods, and Jobs and other k8s resources with:
We should migrate to the standard labels recommend in Helm's "Best Practices" doc.
https://helm.sh/docs/chart_best_practices/labels/#standard-labels
At a glance, I think these could work:
Both labels and label selectors would need to be updated.
A lot of charts define these labels in a helper template. It would be good to do the same in this chart to reduce the duplication.
The text was updated successfully, but these errors were encountered: