Skip to content

Commit

Permalink
Disable blackbox exporter on tenant clusters (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjpryor authored Feb 7, 2024
1 parent 5909c4d commit 44ffbfe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions roles/azimuth_capi_operator/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,10 @@ azimuth_capi_operator_capi_helm_values_defaults:
else {}
)
}}
# Disable blackbox exporter (for now)
monitoring:
blackboxExporter:
enabled: false
etcd: >-
{{-
{
Expand Down

0 comments on commit 44ffbfe

Please sign in to comment.