Skip to content

Commit

Permalink
KUBE-422: add support of Azure Linux (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValyaB authored Aug 23, 2024
1 parent d7384a7 commit 227f208
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ resource "castai_node_configuration" "this" {
aks {
max_pods_per_node = try(each.value.max_pods_per_node, 30)
os_disk_type = try(each.value.os_disk_type, null)
aks_image_family = try(each.value.aks_image_family, null)
}
}

Expand Down

0 comments on commit 227f208

Please sign in to comment.