Skip to content

Commit bd8be04

Browse files
Fix broken e2e test clusterclass
Signed-off-by: killianmuldoon <[email protected]>
1 parent 00bf4ac commit bd8be04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,14 @@ spec:
131131
type: boolean
132132
default: false
133133
- name: kubeControlPlaneLogLevel
134+
required: false
134135
schema:
135136
openAPIV3Schema:
136137
type: string
137138
description: "Log level for kube-apiserver, kube-scheduler and kube-controller-manager"
138139
example: "2"
139140
- name: kubeletLogLevel
141+
required: false
140142
schema:
141143
openAPIV3Schema:
142144
type: string

0 commit comments

Comments
 (0)