Skip to content

Commit f545d2e

Browse files
committed
fixup
1 parent 3c51576 commit f545d2e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ LOCALBIN ?= $(CACHE_BIN)
99
DEVBOX_BIN ?= $(DEVBOX_PACKAGES_DIR)/bin
1010
HELM ?= $(LOCALBIN)/helm
1111
HELM_VERSION ?= v3.16.3
12-
CLUSTERCTL ?= $(LOCALBIN)/clusterctl
12+
CLUSTERCTL ?= $(CACHE_BIN)/clusterctl
1313
CLUSTERCTL_VERSION ?= v1.8.5
1414

1515
GOLANGCI_LINT ?= $(LOCALBIN)/golangci-lint
@@ -23,8 +23,8 @@ SUBNET_CLUSTER_NAME ?= subnet-testing-$(shell git rev-parse --short HEAD)
2323
VPC_NAME ?= $(CLUSTER_NAME)
2424
MANIFEST_NAME ?= capl-cluster-manifests
2525
SUBNET_MANIFEST_NAME ?= subnet-testing-manifests
26-
IPV6_CLUSTER_NAME ?= ipv6-backend-$(shell git rev-parse --short HEAD)
27-
IPV6_MANIFEST_NAME ?= ipv6-backend-manifests
26+
IPV6_CLUSTER_NAME ?= ipv6-$(shell git rev-parse --short HEAD)
27+
IPV6_MANIFEST_NAME ?= ipv6-manifests
2828

2929
# renovate: datasource=github-tags depName=kubernetes/kubernetes
3030
K8S_VERSION ?= "v1.31.2"
@@ -50,7 +50,7 @@ LINODE_URL ?= https://api.linode.com
5050
KUBECONFIG_PATH ?= $(CURDIR)/test-cluster-kubeconfig.yaml
5151
SUBNET_KUBECONFIG_PATH ?= $(CURDIR)/subnet-testing-kubeconfig.yaml
5252
MGMT_KUBECONFIG_PATH ?= $(CURDIR)/mgmt-cluster-kubeconfig.yaml
53-
IPV6_KUBECONFIG_PATH ?= $(CURDIR)/ipv6-backend-kubeconfig.yaml
53+
IPV6_KUBECONFIG_PATH ?= $(CURDIR)/ipv6-kubeconfig.yaml
5454

5555
# if the $DEVBOX_PACKAGES_DIR env variable exists that means we are within a devbox shell and can safely
5656
# use devbox's bin for our tools

0 commit comments

Comments
 (0)