diff options
| author | Max Audron <audron@cocaine.farm> | 2021-06-05 00:11:36 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2021-06-05 00:11:36 +0200 |
| commit | e53976d33c7611991c8a33344fd2f73211096c6e (patch) | |
| tree | 0a3bb657711cbd5602931fd4746c1101b8c0a47b /deploy/jsonnetfile.json | |
| parent | remove tanka vendoring (diff) | |
ready tanka deploy for CI
Diffstat (limited to '')
| -rw-r--r-- | deploy/jsonnetfile.json | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/deploy/jsonnetfile.json b/deploy/jsonnetfile.json index ad98fc7..76cf8e3 100644 --- a/deploy/jsonnetfile.json +++ b/deploy/jsonnetfile.json @@ -14,7 +14,16 @@ "source": { "git": { "remote": "https://github.com/jsonnet-libs/k8s-alpha", - "subdir": "1.19" + "subdir": "1.21" + } + }, + "version": "master" + }, + { + "source": { + "git": { + "remote": "ssh://git@gitlab.com/cocainefarm/k8s/lib/util.git", + "subdir": "" } }, "version": "master" |
