From 3a0ab6b18b924f0e204b033aa78b3a89f50eebd1 Mon Sep 17 00:00:00 2001 From: Ilya Kelim Date: Thu, 21 Nov 2024 18:27:26 +0200 Subject: [PATCH] Tests fixed (3); --- k8s-training/applications.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s-training/applications.tf b/k8s-training/applications.tf index 3e84067a..d48326c5 100644 --- a/k8s-training/applications.tf +++ b/k8s-training/applications.tf @@ -12,8 +12,8 @@ module "kuberay" { parent_id = var.parent_id cluster_id = nebius_mk8s_v1_cluster.k8s-cluster.id - gpu_platform = var.gpu_nodes_platform - cpu_platform = var.cpu_nodes_platform + gpu_platform = local.gpu_nodes_platform + cpu_platform = local.cpu_nodes_platform min_gpu_replicas = var.kuberay_min_gpu_replicas max_gpu_replicas = var.kuberay_max_gpu_replicas }