Skip to content

Commit 289c350

Browse files
committed
fix: make json path
1 parent c614bab commit 289c350

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
@@ -19,7 +19,7 @@ OS_SKU_WIN ?= Windows2022
1919
REGION ?= westus2
2020
VM_SIZE ?= Standard_B2s
2121
VM_SIZE_WIN ?= Standard_B2s
22-
KUBE_PROXY_JSON_PATH ?= /root/tmpsrc/kube-proxy.json
22+
KUBE_PROXY_JSON_PATH ?= ./kube-proxy.json
2323

2424
# overrideable variables
2525
SUB ?= $(AZURE_SUBSCRIPTION)

0 commit comments

Comments
 (0)