[Helm chart] support adding separate labels for the ingress-nginx-controller-internal service #12428
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
needs-priority
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
triage/needs-information
Indicates an issue needs more information in order to work on it.
Right now the internal service in helm chart inherit the labels from the parent and from the main controller service, in some cases I would like to add labels only to the internal service.
in my use case I need to use
external-dns
to create a record based on the label.https://github.com/kubernetes/ingress-nginx/blob/main/charts/ingress-nginx/templates/controller-service-internal.yaml#L9
The text was updated successfully, but these errors were encountered: