Files
kustomize/pkg/examplelayout/simple/instances/exampleinstance/kustomization.yaml
2018-12-14 14:58:13 -08:00

29 lines
554 B
YAML

apiVersion: v1
kind: Kustomization
namePrefix: test-infra-
commonLabels:
app: mungebot
org: kubernetes
repo: test-infra
commonAnnotations:
note: This is a test annotation
bases:
- ../../package/
patchesStrategicMerge:
- deployment/deployment.yaml
configMapGenerator:
- name: app-env
env: configmap/app.env
- name: app-config
files:
- configmap/app-init.ini
secretGenerator:
- name: app-tls
commands:
tls.crt: "cat secret/tls.cert"
tls.key: "cat secret/tls.key"
type: "kubernetes.io/tls"
imageTags:
- name: nginx
newTag: 1.8.0