Skip to content

Commit 44ffbfe

Browse files
author
Matt Pryor
authored
Disable blackbox exporter on tenant clusters (#358)
1 parent 5909c4d commit 44ffbfe

File tree

1 file changed

+4
-0
lines changed
  • roles/azimuth_capi_operator/defaults

1 file changed

+4
-0
lines changed

roles/azimuth_capi_operator/defaults/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,10 @@ azimuth_capi_operator_capi_helm_values_defaults:
284284
else {}
285285
)
286286
}}
287+
# Disable blackbox exporter (for now)
288+
monitoring:
289+
blackboxExporter:
290+
enabled: false
287291
etcd: >-
288292
{{-
289293
{

0 commit comments

Comments
 (0)