From 7d4e491103c556897679884ea88bf413e447e029 Mon Sep 17 00:00:00 2001 From: Renato Monteiro <45536168+monteiro-renato@users.noreply.github.com> Date: Fri, 17 Jan 2025 08:59:47 +0100 Subject: [PATCH] fix: add temporary_name_for_rotation to default_node_pool config --- .../adminservices-test/altinn-monitor-test-rg/k6_tests_rg_k8s.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure/adminservices-test/altinn-monitor-test-rg/k6_tests_rg_k8s.tf b/infrastructure/adminservices-test/altinn-monitor-test-rg/k6_tests_rg_k8s.tf index 387805c3..83aab468 100644 --- a/infrastructure/adminservices-test/altinn-monitor-test-rg/k6_tests_rg_k8s.tf +++ b/infrastructure/adminservices-test/altinn-monitor-test-rg/k6_tests_rg_k8s.tf @@ -15,6 +15,7 @@ resource "azurerm_kubernetes_cluster" "k6tests" { max_surge = "10%" node_soak_duration_in_minutes = 0 } + temporary_name_for_rotation = "tmpdefault" } workload_identity_enabled = true