calico ip first-found to false

This commit is contained in:
jv 2026-05-24 16:42:26 -05:00
parent c4773afaea
commit c551b8e8ee
1 changed files with 2 additions and 1 deletions

View File

@ -101,6 +101,7 @@ resource "helm_release" "calico" {
bgp = "Disabled" bgp = "Disabled"
nodeAddressAutodetectionV4 = { nodeAddressAutodetectionV4 = {
cidrs = var.calico_node_address_autodetection_cidrs cidrs = var.calico_node_address_autodetection_cidrs
firstFound = false
} }
ipPools = [ ipPools = [
{ {