Skip to content

Commit

Permalink
jsonnetfile and ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
MatTerra committed Feb 14, 2022
1 parent 644a771 commit 957b163
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.lock.json
manifests/
vendor/
12 changes: 11 additions & 1 deletion jsonnetfile.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"version": 1,
"dependencies": [],
"dependencies": [
{
"source": {
"git": {
"remote": "https://github.com/prometheus-operator/kube-prometheus.git",
"subdir": "jsonnet/kube-prometheus"
}
},
"version": "release-0.8"
}
],
"legacyImports": true
}

0 comments on commit 957b163

Please sign in to comment.