Skip to content

Commit

Permalink
selective
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Sep 4, 2024
1 parent 5c0b2b9 commit 3fcb676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -328,11 +328,11 @@ resource "helm_release" "loki" {

set {
name = "monitoring.dashboards.enabled"
value = "true"
value = "false"
}
set {
name = "monitoring.rules.enabled"
value = "true"
value = "false"
}
set {
name = "monitoring.serviceMonitor.enabled"
Expand Down

0 comments on commit 3fcb676

Please sign in to comment.