Skip to content

Commit 20764b3

Browse files
committed
workaround for metrics server on k8s 1.24
Signed-off-by: junior <junior@users.noreply.github.com>
1 parent bd12a1d commit 20764b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/cluster-tools/metrics-server.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ resource "helm_release" "metrics_server" {
1616
repository = local.helm_repository.metrics_server
1717
chart = "metrics-server"
1818
version = local.helm_repository.metrics_server_version
19-
namespace = kubernetes_namespace.cluster_tools.id
19+
namespace = "kube-system" # kubernetes_namespace.cluster_tools.id # Workaround to run on 1.24
2020
wait = false
2121

2222
set {

0 commit comments

Comments
 (0)