Skip to content

Commit

Permalink
Refactor monitoring.tf to update Grafana configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlahbib committed Nov 16, 2024
1 parent 98b4af9 commit 3f6237d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/monitoring.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ resource "helm_release" "prometheus_operator" {
create_namespace = true
version = "66.2.1"

value = [yamlencode({
values = [yamlencode({
grafana= {
enabled = true
service = {
Expand Down

0 comments on commit 3f6237d

Please sign in to comment.