Some kustomization field renaming.

This commit is contained in:
Jeffrey Regan
2018-04-13 13:32:08 -07:00
parent 96f4633e2e
commit da0682cdeb
13 changed files with 118 additions and 45 deletions

View File

@@ -1,27 +1,20 @@
kustomizationName: test-infra-mungebot
namePrefix: test-infra-
# Labels to add to all objects and selectors.
# These labels would also be used to form the selector for apply --prune
# Named differently than “labels” to avoid confusion with metadata for this object
objectLabels:
labelsToAdd:
app: mungebot
org: kubernetes
repo: test-infra
objectAnnotations:
annotationsToAdd:
note: This is a test annotation
bases:
- ../../package/
#These are strategic merge patch overlays in the form of API resources
patches:
- deployment/deployment.yaml
#There could also be configmaps in Base, which would make these overlays
configMapGenerator:
- name: app-env
env: configmap/app.env
- name: app-config
files:
- configmap/app-init.ini
#There could be secrets in Base, if just using a fork/rebase workflow
secretGenerator:
- name: app-tls
commands: