Skip to content

Commit

Permalink
move metrics server to separate namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
panchalnimesh committed Jul 15, 2023
1 parent f4c364a commit 0575de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/essentials/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -1266,7 +1266,7 @@ variable "metrics_server_helm_config_defaults" {
chart = "metrics-server"
repository = "https://kubernetes-sigs.github.io/metrics-server/"
version = "3.10.0"
namespace = "kube-system"
namespace = "metrics-server"
description = "Metric server helm Chart deployment configuration"
}
}
Expand Down

0 comments on commit 0575de6

Please sign in to comment.