Skip to content

Commit 02a2fd0

Browse files
committed
Fix CAPD in-memory templates
1 parent 129b395 commit 02a2fd0

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

test/infrastructure/docker/templates/cluster-template-in-memory.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,3 @@ spec:
2121
- class: default-worker
2222
name: md-0
2323
replicas: ${WORKER_MACHINE_COUNT}
24-
variables:
25-
- name: kubeadmControlPlaneMaxSurge
26-
value: "1"
27-
- name: imageRepository
28-
value: "kindest"

test/infrastructure/docker/templates/clusterclass-in-memory.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,3 @@ spec:
151151
- type: Ready
152152
status: "False"
153153
timeout: 300s
154-
patches:
155-
- name: test-patch
156-
external:
157-
generateExtension: generate-patches.${EXTENSION_CONFIG_NAME:-"scale"}
158-
discoverVariablesExtension: discover-variables.${EXTENSION_CONFIG_NAME:-"scale"}

0 commit comments

Comments
 (0)