Skip to content

Commit

Permalink
Refactor monitoring.tf to remove unnecessary server_from_sub_path con…
Browse files Browse the repository at this point in the history
…figuration in Grafana
  • Loading branch information
adamlahbib committed Nov 16, 2024
1 parent b1b61a2 commit ad75406
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion terraform/monitoring.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ resource "helm_release" "prometheus_operator" {
"grafana.ini" = {
server = {
root_url = "https://${var.dns_name}/grafana/"
server_from_sub_path = true
domain = var.dns_name
}
}
Expand Down

0 comments on commit ad75406

Please sign in to comment.