Files
kustomize/examples/simple/package/kustomization.yaml
2018-04-17 11:16:49 -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