mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-18 05:25:29 +00:00
27 lines
519 B
YAML
27 lines
519 B
YAML
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
|