Skip to content

Commit

Permalink
how about enable test
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Sep 4, 2024
1 parent cfeba91 commit 9542def
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 @@ -273,7 +273,7 @@ resource "helm_release" "loki" {
}
set {
name = "test.enabled"
value = "false"
value = "true"
}

##### Compactor Config #####
Expand Down Expand Up @@ -323,7 +323,7 @@ resource "helm_release" "loki" {
##### Monitoring #####
set {
name = "loki.analytics.reporting_enabled"
value = "true"
value = "false"
}

set {
Expand Down

0 comments on commit 9542def

Please sign in to comment.