Files
kustomize/examples/simple/package/kustomize.yaml
2018-04-11 19:03:51 -07:00

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