Files
kustomize/pkg/examples/simple/package/kustomization.yaml
2018-05-11 14:01:10 -07:00

9 lines
170 B
YAML

namePrefix: baseprefix-
commonLabels:
foo: bar
commonAnnotations:
baseAnno: This is an base annotation
resources:
- deployment/deployment.yaml
- service/service.yaml