commonLabels

Add labels and selectors to add all resources.

Add labels and selectors to all resources.

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

commonLabels:
  someName: someValue
  owner: alice
  app: bingo

Last modified June 7, 2020: Convert docs to docsy (42497c66)