Rename examples dir to examplelayout.

This commit is contained in:
Jeffrey Regan
2018-06-12 15:03:45 -07:00
parent 0c88c43c67
commit 623e21d1c0
12 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,23 @@
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"