Skip to content

Commit

Permalink
Merge pull request #78 from rfratto/rerender-k8s
Browse files Browse the repository at this point in the history
re-render Kubernetes manifest to include fix from #71
  • Loading branch information
rfratto authored May 20, 2020
2 parents 3cbb06b + 66c5507 commit 7ea4c04
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 16 deletions.
2 changes: 1 addition & 1 deletion production/kubernetes/agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ data:
job_name: default/kubernetes
kubernetes_sd_configs:
- role: endpoints
metric_label_configs:
metric_relabel_configs:
- action: drop
regex: apiserver_admission_controller_admission_latencies_seconds_.*
source_labels:
Expand Down
10 changes: 1 addition & 9 deletions production/kubernetes/build/jsonnetfile.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
{
"version": 1,
"dependencies": [
{
"source": {
"git": {
"remote": "https://github.com/grafana/jsonnet-libs",
"subdir": "ksonnet-util"
}
},
"version": "master"
},
{
"source": {
"git": {
Expand Down
5 changes: 3 additions & 2 deletions production/kubernetes/build/jsonnetfile.lock.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"version": 1,
"dependencies": [
{
"source": {
Expand All @@ -7,8 +8,8 @@
"subdir": "ksonnet-util"
}
},
"version": "c19a92e586a6752f11745b47f309b13f02ef7147",
"sum": "LKsTTBcH8TXX5ANgRUu5I7Y1tf5le4nANFV3/W53I+c="
"version": "811ccb022bc2bdcd0b8281ed0a0c858c63e20542",
"sum": "smRyjpmKy4pURM47XTv+9azXjP6L/n4gXjxzRxAvY1Q="
},
{
"source": {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7ea4c04

Please sign in to comment.