Skip to content

Commit

Permalink
xx
Browse files Browse the repository at this point in the history
  • Loading branch information
pichuang committed Aug 26, 2023
1 parent 5554c8d commit 04ee191
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions infra/aks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,9 @@ resource "azurerm_kubernetes_cluster_node_pool" "nodepool-spot" {

vnet_subnet_id = azurerm_subnet.subnet-aks-spot.id

lifecycle {
ignore_changes = [
node_count,
]
}
}

0 comments on commit 04ee191

Please sign in to comment.