Skip to content

Commit

Permalink
fixed issue with config keys
Browse files Browse the repository at this point in the history
  • Loading branch information
brunnels committed Jan 10, 2025
1 parent 4da826b commit db305b5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ metadata:
spec:
allowFirstLastIPs: "Yes"
blocks:
#% if bootstrap_bgp.enabled %#
#% if bgp.enabled %#
- cidr: "#{ bgp.advertised_network }#"
#% elif not bootstrap_feature_gates.dual_stack_ipv4_first %#
#% elif not feature_gates.dual_stack_ipv4_first %#
- cidr: "#{ node_network }#"
#% endif %#

0 comments on commit db305b5

Please sign in to comment.