You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new feature is being implemented to allow users to define custom extra labels for resources via the labels field in the Helm chart. These labels can be used to tag resources for organizational or operational purposes.
Example Usage in values.yaml
labels:
app.kubernetes.io/name: monkey-clusterapp.kubernetes.io/instance: monkey-moonenv: production
The text was updated successfully, but these errors were encountered:
florianspk
added a commit
to florianspk/helm-charts
that referenced
this issue
Jan 4, 2025
Description
A new feature is being implemented to allow users to define custom extra labels for resources via the labels field in the Helm chart. These labels can be used to tag resources for organizational or operational purposes.
Example Usage in values.yaml
The text was updated successfully, but these errors were encountered: