Skip to content

Commit

Permalink
Merge pull request #173 from kbst/revertaksnodelabels
Browse files Browse the repository at this point in the history
Revert "Re-use the metadata_labels variable for node_labels"
  • Loading branch information
pst authored Apr 6, 2021
2 parents 44e73dc + 4a95ca9 commit bce1c45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion azurerm/_modules/aks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ resource "azurerm_kubernetes_cluster" "current" {

vnet_subnet_id = var.network_plugin == "azure" ? azurerm_subnet.current[0].id : null
max_pods = var.max_pods
node_labels = var.metadata_labels
}

network_profile {
Expand Down

0 comments on commit bce1c45

Please sign in to comment.