Files
kustomize/examples/simple/instances/exampleinstance/kustomization.yaml
2018-04-17 11:16:49 -07:00

24 lines
464 B
YAML

namePrefix: test-infra-
commonLabels:
app: mungebot
org: kubernetes
repo: test-infra
commonAnnotations:
note: This is a test annotation
bases:
- ../../package/
patches:
- 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"