aboutsummaryrefslogtreecommitdiff
path: root/deploy/jsonnetfile.json
blob: ad98fc7f2dca44a536d510b23d2fd692d1042338 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "version": 1,
  "dependencies": [
    {
      "source": {
        "git": {
          "remote": "https://github.com/grafana/jsonnet-libs",
          "subdir": "ksonnet-util"
        }
      },
      "version": "master"
    },
    {
      "source": {
        "git": {
          "remote": "https://github.com/jsonnet-libs/k8s-alpha",
          "subdir": "1.19"
        }
      },
      "version": "master"
    }
  ],
  "legacyImports": true
}