mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-21 14:32:03 +00:00
13 lines
404 B
YAML
13 lines
404 B
YAML
kustomizationName: mungebot
|
|
namePrefix: baseprefix-
|
|
# Labels to add to all objects and selectors.
|
|
# These labels would also be used to form the selector for apply --prune
|
|
# Named differently than “labels” to avoid confusion with metadata for this object
|
|
objectLabels:
|
|
foo: bar
|
|
objectAnnotations:
|
|
baseAnno: This is an base annotation
|
|
resources:
|
|
- deployment/deployment.yaml
|
|
- service/service.yaml
|