mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-23 15:27:01 +00:00
11 lines
205 B
YAML
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
|