Skip to content

Commit

Permalink
fix: add temporary_name_for_rotation to default_node_pool config
Browse files Browse the repository at this point in the history
  • Loading branch information
monteiro-renato committed Jan 17, 2025
1 parent 82a38f5 commit 7d4e491
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d4e491

Please sign in to comment.