kustomize.yaml becomes kustomization.yaml

This commit is contained in:
Jeffrey Regan
2018-04-17 11:16:49 -07:00
parent da0682cdeb
commit 4d2b8d4e1d
22 changed files with 59 additions and 43 deletions

View File

@@ -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/

View File

@@ -1,7 +1,7 @@
namePrefix: baseprefix-
labelsToAdd:
commonLabels:
foo: bar
annotationsToAdd:
commonAnnotations:
baseAnno: This is an base annotation
resources:
- deployment/deployment.yaml