calico ip first-found to false
This commit is contained in:
parent
c4773afaea
commit
c551b8e8ee
|
|
@ -100,7 +100,8 @@ resource "helm_release" "calico" {
|
|||
calicoNetwork = {
|
||||
bgp = "Disabled"
|
||||
nodeAddressAutodetectionV4 = {
|
||||
cidrs = var.calico_node_address_autodetection_cidrs
|
||||
cidrs = var.calico_node_address_autodetection_cidrs
|
||||
firstFound = false
|
||||
}
|
||||
ipPools = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue