mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-18 12:42:19 +00:00
9 lines
170 B
YAML
9 lines
170 B
YAML
namePrefix: baseprefix-
|
|
commonLabels:
|
|
foo: bar
|
|
commonAnnotations:
|
|
baseAnno: This is an base annotation
|
|
resources:
|
|
- deployment/deployment.yaml
|
|
- service/service.yaml
|