Skip to content

Commit eda1321

Browse files
authored
Merge pull request #12787 from LuBingtan/dev
🐛 Fix the format error of healthCheck in test templates
2 parents dc7c51e + 29787d4 commit eda1321

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,15 @@ spec:
117117
apiVersion: controlplane.cluster.x-k8s.io/v1beta2
118118
kind: KubeadmControlPlaneTemplate
119119
name: in-memory-control-plane
120-
healthCheck:
121-
checks:
122-
unhealthyNodeConditions:
123-
- type: Ready
124-
status: Unknown
125-
timeoutSeconds: 300
126-
- type: Ready
127-
status: "False"
128-
timeoutSeconds: 300
120+
healthCheck:
121+
checks:
122+
unhealthyNodeConditions:
123+
- type: Ready
124+
status: Unknown
125+
timeoutSeconds: 300
126+
- type: Ready
127+
status: "False"
128+
timeoutSeconds: 300
129129
infrastructure:
130130
templateRef:
131131
apiVersion: infrastructure.cluster.x-k8s.io/v1beta2

0 commit comments

Comments
 (0)