tvl-depot/ops/kontemplate/example/prod-cluster.json
Vincent Ambo 795a974665 chore(kontemplate): Prepare kontemplate for depot-merge
This merge will not yet include moving over to buildGo.nix, as support
for testing and such is not present in that library yet.
2019-12-20 22:13:07 +00:00

16 lines
272 B
JSON

{
"context": "k8s.prod.mydomain.com",
"global": {
"globalVar": "lizards"
},
"include": [
{
"name": "some-api",
"values": {
"version": "1.0-SNAPSHOT-0e6884d",
"importantFeature": true,
"apiPort": 4567
}
}
]
}