Use local dependency for kube-prometheus jsonnet

This commit is contained in:
Matthias Loibl
2019-08-12 14:12:05 +02:00
parent 636f2b6e81
commit 41a6549171
2 changed files with 6 additions and 8 deletions

View File

@@ -3,12 +3,11 @@
{ {
"name": "kube-prometheus", "name": "kube-prometheus",
"source": { "source": {
"git": { "local": {
"remote": ".", "directory": "jsonnet/kube-prometheus"
"subdir": "jsonnet/kube-prometheus"
} }
}, },
"version": "." "version": ""
} }
] ]
} }

View File

@@ -3,12 +3,11 @@
{ {
"name": "kube-prometheus", "name": "kube-prometheus",
"source": { "source": {
"git": { "local": {
"remote": ".", "directory": "jsonnet/kube-prometheus"
"subdir": "jsonnet/kube-prometheus"
} }
}, },
"version": "34cdedde438de454c1fa3a7f04d1048b89374bff" "version": ""
}, },
{ {
"name": "ksonnet", "name": "ksonnet",