1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-16 09:16:38 +00:00

*: Use all jsonnet from master branch

This commit is contained in:
Frederic Branczyk 2018-06-07 10:01:23 +02:00
parent e4bef2405f
commit 775781ca85
No known key found for this signature in database
GPG key ID: 7741A52782A90069
4 changed files with 19 additions and 13 deletions

View file

@ -38,7 +38,7 @@
"subdir": "jsonnet/prometheus-operator" "subdir": "jsonnet/prometheus-operator"
} }
}, },
"version": "extract-po-jsonnet" "version": "master"
} }
] ]
} }

View file

@ -1,24 +1,14 @@
{ {
"dependencies": [ "dependencies": [
{
"name": "ksonnet",
"source": {
"git": {
"remote": "https://github.com/ksonnet/ksonnet-lib",
"subdir": ""
}
},
"version": "master"
},
{ {
"name": "prometheus-operator", "name": "prometheus-operator",
"source": { "source": {
"git": { "git": {
"remote": "https://github.com/coreos/prometheus-operator", "remote": "../../",
"subdir": "jsonnet/prometheus-operator" "subdir": "jsonnet/prometheus-operator"
} }
}, },
"version": "extract-po-jsonnet" "version": "."
} }
] ]
} }

View file

@ -0,0 +1,2 @@
vendor/
jsonnetfile.lock.json

View file

@ -0,0 +1,14 @@
{
"dependencies": [
{
"name": "ksonnet",
"source": {
"git": {
"remote": "https://github.com/ksonnet/ksonnet-lib",
"subdir": ""
}
},
"version": "master"
}
]
}