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:
Al Bailey 2019-09-20 15:25:49 -05:00
parent 18086b6f24
commit c0e884264a

View File

@ -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"
},