-
Notifications
You must be signed in to change notification settings - Fork 4
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
Adhere to K8s & Helm label
best practices
#8
Comments
In K8s, with kind
I have not identified a simple workaround for this. |
label
best practices
Thank you for your suggestion, and sorry for the long time until a reply was given - I've taken this feedback on-board for the official v1 of this helm chart. Due to us already making some breaking changes (specifically, adding |
Both Kubernetes & Helm have released official
label
best practices.These labels are consumed by K8s tooling, such as Lens.
The label translations I've identified are:
app:
>app.kubernetes.io/name:
chart:
>helm.sh/chart:
release:
>app.kubernetes.io/instance:
heritage:
>app.kubernetes.io/managed-by:
The text was updated successfully, but these errors were encountered: