mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 00:52:55 +00:00
kustomize.yaml becomes kustomization.yaml
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
namePrefix: test-infra-
|
||||
labelsToAdd:
|
||||
commonLabels:
|
||||
app: mungebot
|
||||
org: kubernetes
|
||||
repo: test-infra
|
||||
annotationsToAdd:
|
||||
commonAnnotations:
|
||||
note: This is a test annotation
|
||||
bases:
|
||||
- ../../package/
|
||||
@@ -1,7 +1,7 @@
|
||||
namePrefix: baseprefix-
|
||||
labelsToAdd:
|
||||
commonLabels:
|
||||
foo: bar
|
||||
annotationsToAdd:
|
||||
commonAnnotations:
|
||||
baseAnno: This is an base annotation
|
||||
resources:
|
||||
- deployment/deployment.yaml
|
||||
Reference in New Issue
Block a user