about summary refs log blame commit diff
path: root/ops/kontemplate/example/prod-cluster.json
blob: 70e2365f1710e6dbe133ad6eeedefbf9002b4769 (plain) (tree)
1
2
3
4


                                     
                          











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