aboutsummaryrefslogtreecommitdiff
path: root/deploy/jsonnetfile.json
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2021-05-16 00:31:24 +0200
committerMax Audron <audron@cocaine.farm>2021-05-16 00:31:24 +0200
commitbda302df12856879fd78efad1569135b1706973b (patch)
treebca8e41eb6965c0cfcda2277cc13b0f949ca253a /deploy/jsonnetfile.json
parentadd container build (diff)
add deployment stuff
Diffstat (limited to 'deploy/jsonnetfile.json')
-rw-r--r--deploy/jsonnetfile.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/deploy/jsonnetfile.json b/deploy/jsonnetfile.json
new file mode 100644
index 0000000..ad98fc7
--- /dev/null
+++ b/deploy/jsonnetfile.json
@@ -0,0 +1,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
+}