Skip to content

Commit

Permalink
*: Use all jsonnet from master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
brancz committed Jun 7, 2018
1 parent e4bef24 commit 775781c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"subdir": "jsonnet/prometheus-operator"
}
},
"version": "extract-po-jsonnet"
"version": "master"
}
]
}
14 changes: 2 additions & 12 deletions hack/generate/jsonnetfile.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,14 @@
{
"dependencies": [
{
"name": "ksonnet",
"source": {
"git": {
"remote": "https://github.com/ksonnet/ksonnet-lib",
"subdir": ""
}
},
"version": "master"
},
{
"name": "prometheus-operator",
"source": {
"git": {
"remote": "https://github.com/coreos/prometheus-operator",
"remote": "../../",
"subdir": "jsonnet/prometheus-operator"
}
},
"version": "extract-po-jsonnet"
"version": "."
}
]
}
2 changes: 2 additions & 0 deletions jsonnet/prometheus-operator/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
vendor/
jsonnetfile.lock.json
14 changes: 14 additions & 0 deletions jsonnet/prometheus-operator/jsonnetfile.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"dependencies": [
{
"name": "ksonnet",
"source": {
"git": {
"remote": "https://github.com/ksonnet/ksonnet-lib",
"subdir": ""
}
},
"version": "master"
}
]
}

0 comments on commit 775781c

Please sign in to comment.