Skip to content

Commit 2740dbc

Browse files
committed
Fixed syntax error in _bgp_config dict
1 parent d4cb5da commit 2740dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/network_plugin/calico/tasks/install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@
353353
{% if not calico_no_global_as_num | default(false) %}"asNumber": {{ global_as_num }},{% endif %}
354354
"nodeToNodeMeshEnabled": {{ nodeToNodeMeshEnabled | default('true') }} ,
355355
{% if calico_advertise_cluster_ips | default(false) %}
356-
"serviceClusterIPs": >-
356+
"serviceClusterIPs":
357357
{%- if ipv4_stack and ipv6_stack-%}
358358
[{"cidr": "{{ kube_service_addresses }}", "cidr": "{{ kube_service_addresses_ipv6 }}"}],
359359
{%- elif ipv6_stack-%}

0 commit comments

Comments
 (0)