2017-02-08 13:15:36 +01:00
|
|
|
---
|
|
|
|
context: k8s.prod.mydomain.com
|
|
|
|
global:
|
|
|
|
globalVar: lizards
|
|
|
|
include:
|
2018-06-09 21:15:18 +02:00
|
|
|
# By default resource sets are included from a folder with the same
|
|
|
|
# name as the resource set's name
|
2017-02-08 13:15:36 +01:00
|
|
|
- name: some-api
|
|
|
|
values:
|
|
|
|
version: 1.0-0e6884d
|
|
|
|
importantFeature: true
|
|
|
|
apiPort: 4567
|
2018-06-09 21:15:18 +02:00
|
|
|
|
|
|
|
# Paths can also be specified manually (and point at single template
|
|
|
|
# files!)
|
|
|
|
- name: other-config
|
|
|
|
path: other-config.yaml
|