fixed metrics-server disable

This commit is contained in:
Karim Naufal
2022-03-21 21:29:41 +01:00
parent c3244644db
commit 780f5ec7b7
3 changed files with 3 additions and 3 deletions

View File

@@ -93,7 +93,7 @@ variable "allow_scheduling_on_control_plane" {
description = "Whether to allow non-control-plane workloads to run on the control-plane nodes"
}
variable "metric_server_enabled" {
variable "metrics_server_enabled" {
type = bool
default = true
description = "Whether to enable or disbale k3s mertric server"