Skip to content

Commit fba5d08

Browse files
committed
fix: overlay-cilium-up missing $
1 parent 29f199b commit fba5d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/aks/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ overlay-cilium-up: rg-up ipv4 overlay-net-up ## Brings up an Overlay Cilium clus
191191
--kubernetes-version $(K8S_VER) \
192192
--node-count $(NODE_COUNT) \
193193
--node-vm-size $(VM_SIZE) \
194-
--load-balancer-outbound-ips (PUBLIC_IPv4) \
194+
--load-balancer-outbound-ips $(PUBLIC_IPv4) \
195195
--network-plugin azure \
196196
--network-dataplane cilium \
197197
--network-plugin-mode overlay \

0 commit comments

Comments
 (0)