Fix a yaml syntax error in calico CNI configuration
This correctly updates the yaml and eliminates the "error parsing configuration list" from the daemon.log Change-Id: Ic7dcbd022af5a57acb95cb098cd7003bc6c79753 Closes-Bug: 1843453 Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
This commit is contained in:
parent
18086b6f24
commit
c0e884264a
@ -59,6 +59,7 @@ data:
|
||||
"type": "calico-ipam",
|
||||
"assign_ipv4": "{{ "true" if cluster_network_ipv4 else "false" }}",
|
||||
"assign_ipv6": "{{ "true" if cluster_network_ipv6 else "false" }}"
|
||||
},
|
||||
"policy": {
|
||||
"type": "k8s"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user