Skip to content

Commit bfc4f46

Browse files
authored
chore: remove extraneous lines from prometheus blackbox exporter overrides (#1283)
the removed lines don't do anything, no value .selfMonitor exists as a top level override for this to have any effect. Additionally, I verified that it doesn't just belong under some other key by looking at the previous overrides: https://github.com/rackerlabs/genestack/blob/c2714f05275cdff06788d199fa64e650fd3faaae/base-helm-configs/prometheus-blackbox-exporter/values.yaml ^F/find selfMonitor, we didn't have any '.something.selfMonitor = enabled' These just look like mysterious extraneous lines I got in there somehow since I previously verified that the pruned overrides produced an identical chart rendering in #1280 JIRA:OSPC-1615
1 parent a67131d commit bfc4f46

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

base-helm-configs/prometheus-blackbox-exporter/prometheus-blackbox-exporter-helm-overrides.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,3 @@ config:
1414
- 202
1515
- 204
1616
- 300
17-
18-
selfMonitor:
19-
enabled: true

0 commit comments

Comments
 (0)