Skip to content

Commit

Permalink
πŸ› fix(main.tf): updates config to fix crashloopbackoff
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Aug 21, 2024
1 parent a2f6930 commit 9c5ce80
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,8 @@ resource "helm_release" "prometheus" {

# Global
set {
name = "server.extraArgs.web.enable-remote-write-receiver"
value = "null"
# kubectl -n prometheus describe deployment prometheus-server
# Will show in the args list as:
# --web=map[enable-remote-write-receiver:<nil>]
name = "server.web.enable-remote-write-receiver"
value = ""
}

# Prometheus chart:
Expand Down

0 comments on commit 9c5ce80

Please sign in to comment.