aboutsummaryrefslogtreecommitdiff
path: root/deploy/jsonnetfile.json
blob: a9ca0584f34e621c03c4c22079bbbd30ba03ab42 (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
25
26
27
28
29
30
31
32
33
{
  "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.21"
        }
      },
      "version": "master"
    },
    {
      "source": {
        "git": {
          "remote": "https://gitlab.com/cocainefarm/k8s/lib/util.git",
          "subdir": ""
        }
      },
      "version": "master"
    }
  ],
  "legacyImports": true
}