livekit / livekit-helm

LiveKit Helm charts
https://docs.livekit.io
Apache License 2.0
50 stars 59 forks source link

Allow setting custome labels on all resources #107

Open yellowmegaman opened 1 month ago

yellowmegaman commented 1 month ago

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 }}