linkerd / linkerd2

Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x.
https://linkerd.io
Apache License 2.0
10.47k stars 1.26k forks source link

Add missing `linkerd.io/control-plane-ns` label #12742

Closed klingerf closed 1 week ago

klingerf commented 1 week ago

The ext-namespace-metadata-linkerd-config Role is the only resource in the Linkerd control plane install that doesn't include the linkerd.io/control-plane-ns label, and that appears to be an oversight.

This change adds the missing label for consistency.

Fixes #12271

Signed-off-by: Kevin Ingelman ki@buoyant.io