diff options
Diffstat (limited to 'deploy/jsonnetfile.json')
| -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" |
