mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
630 B
630 B
title, linkTitle, type, weight, description
| title | linkTitle | type | weight | description |
|---|---|---|---|---|
| commonLabels | commonLabels | docs | 4 | Add Labels and Selectors to all resources. |
apiVersion: kustomize.config.k8s.io/v1beta1
See the Tasks section for examples of how to use commonLabels.
commonLabels
Adds Labels and Selectors to resources.
-
commonLabels (map[string]string)
Map of labels to add to all resources. Labels will be added to resource selector and template fields where applicable.