-
Notifications
You must be signed in to change notification settings - Fork 326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
helm:Use recommended labels in chart #684
Comments
Hi @rmacduff, This hadn't come up before, so there is no current plan. It hasn't been a priority, since we're still working to fix some known issues and add vital functionality. I'd be happy to take a look at a PR, though, if you'd like to add them. One thing to check first though-- we've already had an issue with a label that changed per version interfering with upgrading via Helm (see hashicorp/consul-helm#86). If adding these recommended labels causes the same problem, we'll continue without them. |
We are using component and chart, but not the others mentioned in the original post are not there yet. Please open a PR if you find others that you would like to add to our templates. Closing for now. |
Are there any plans to start using the recommended standard labels in the templates per the best practices doc: https://github.com/helm/helm/blob/master/docs/chart_best_practices/labels.md
This would make it easier to search for kubernetes resources and in logs.
The text was updated successfully, but these errors were encountered: