Skip to content

Commit

Permalink
Merge pull request #9506 from killianmuldoon/pr-fix-broken-cc-vars
Browse files Browse the repository at this point in the history
🌱 Fix broken e2e test clusterclass
  • Loading branch information
k8s-ci-robot committed Sep 27, 2023
2 parents 00bf4ac + bd8be04 commit 36ec3d7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,14 @@ spec:
type: boolean
default: false
- name: kubeControlPlaneLogLevel
required: false
schema:
openAPIV3Schema:
type: string
description: "Log level for kube-apiserver, kube-scheduler and kube-controller-manager"
example: "2"
- name: kubeletLogLevel
required: false
schema:
openAPIV3Schema:
type: string
Expand Down

0 comments on commit 36ec3d7

Please sign in to comment.