livekit-helm icon indicating copy to clipboard operation
livekit-helm copied to clipboard

Allow setting custome labels on all resources

Open yellowmegaman opened this issue 6 months ago • 0 comments

Greetings! Thanks for awesome helm chart and software.

It would be even more awesome if we could set custom labels to all workloads to allow custom workload/log filtering.

Example:

In values.yaml

commonLabels: {}

In workload manifests

  labels:
  {{- include ".Values.commonLabels" . | nindent 4 }}

yellowmegaman avatar Aug 21 '24 21:08 yellowmegaman