Files
kustomize/pkg/examplelayout/simple/package/kustomization.yaml
2018-12-14 14:58:13 -08:00

11 lines
205 B
YAML

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