Skip to content

Commit 11c4175

Browse files
committed
fix failureDomains
Signed-off-by: sivchari <shibuuuu5@gmail.com>
1 parent 12d30c8 commit 11c4175

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

test/e2e/data/infrastructure-docker/main/clusterclass-quick-start-runtimesdk.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,21 +68,21 @@ spec:
6868
template:
6969
spec:
7070
failureDomains:
71-
fd1:
71+
- name: fd1
7272
controlPlane: true
73-
fd2:
73+
- name: fd2
7474
controlPlane: true
75-
fd3:
75+
- name: fd3
7676
controlPlane: true
77-
fd4:
77+
- name: fd4
7878
controlPlane: false
79-
fd5:
79+
- name: fd5
8080
controlPlane: false
81-
fd6:
81+
- name: fd6
8282
controlPlane: false
83-
fd7:
83+
- name: fd7
8484
controlPlane: false
85-
fd8:
85+
- name: fd8
8686
controlPlane: false
8787
---
8888
kind: KubeadmControlPlaneTemplate

test/e2e/data/infrastructure-docker/main/clusterclass-quick-start.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -500,21 +500,21 @@ spec:
500500
InfrastructureClusterTemplate.template.annotation: "InfrastructureClusterTemplate.template.annotationValue"
501501
spec:
502502
failureDomains:
503-
fd1:
503+
- name: fd1
504504
controlPlane: true
505-
fd2:
505+
- name: fd2
506506
controlPlane: true
507-
fd3:
507+
- name: fd3
508508
controlPlane: true
509-
fd4:
509+
- name: fd4
510510
controlPlane: false
511-
fd5:
511+
- name: fd5
512512
controlPlane: false
513-
fd6:
513+
- name: fd6
514514
controlPlane: false
515-
fd7:
515+
- name: fd7
516516
controlPlane: false
517-
fd8:
517+
- name: fd8
518518
controlPlane: false
519519
---
520520
kind: KubeadmControlPlaneTemplate

0 commit comments

Comments
 (0)