We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16e7237 commit e827c67Copy full SHA for e827c67
Makefile
@@ -14,10 +14,10 @@ HELM_VERSION ?= v3.16.3
14
# Dev Setup
15
#####################################################################
16
CLUSTER_NAME ?= ccm-$(shell git rev-parse --short HEAD)
17
-SUBNET_CLUSTER_NAME ?= subnet-testing
18
-VPC_NAME ?= $(CLUSTER_NAME)
19
-MANIFEST_NAME ?= capl-cluster-manifests
20
-SUBNET_MANIFEST_NAME ?= subnet-testing-manifests
+SUBNET_CLUSTER_NAME ?= subnet-testing
+VPC_NAME ?= $(CLUSTER_NAME)
+MANIFEST_NAME ?= capl-cluster-manifests
+SUBNET_MANIFEST_NAME ?= subnet-testing-manifests
21
K8S_VERSION ?= "v1.31.2"
22
CAPI_VERSION ?= "v1.8.5"
23
CAAPH_VERSION ?= "v0.2.1"
0 commit comments