Skip to content

Commit

Permalink
Merge pull request #64 from SumoLogic/disable-grafana-and-alertmanager
Browse files Browse the repository at this point in the history
disable Alertmanager and Grafana by default.
  • Loading branch information
samjsong committed Jul 9, 2019
2 parents d3f3c02 + 581fa90 commit 16ab23c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy/helm/overrides.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
alertmanager:
enabled: false
grafana:
enabled: false
prometheus:
prometheusSpec:
externalLabels:
Expand Down

0 comments on commit 16ab23c

Please sign in to comment.