mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 09:24:23 +00:00
14 lines
276 B
YAML
14 lines
276 B
YAML
apiVersion: v1beta1
|
|
kind: Kustomization
|
|
namePrefix: team-foo-
|
|
commonLabels:
|
|
app: mynginx
|
|
org: example.com
|
|
team: foo
|
|
commonAnnotations:
|
|
note: This is a test annotation
|
|
resources:
|
|
- resources/deployment.yaml
|
|
- resources/networkpolicy.yaml
|
|
- resources/service.yaml
|