File tree Expand file tree Collapse file tree 2 files changed +68
-0
lines changed
Expand file tree Collapse file tree 2 files changed +68
-0
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,23 @@ properties:
118118 ca :
119119 type : string
120120 x-examples : ["YjY0ZW5jX3N0cmluZwo="]
121+ webhookCert :
122+ type : object
123+ default : {}
124+ x-required-for-helm :
125+ - crt
126+ - key
127+ - ca
128+ properties :
129+ crt :
130+ type : string
131+ x-examples : ["YjY0ZW5jX3N0cmluZwo="]
132+ key :
133+ type : string
134+ x-examples : ["YjY0ZW5jX3N0cmluZwo="]
135+ ca :
136+ type : string
137+ x-examples : ["YjY0ZW5jX3N0cmluZwo="]
121138 customWebhookCert :
122139 type : object
123140 default : {}
@@ -135,3 +152,20 @@ properties:
135152 ca :
136153 type : string
137154 x-examples : ["YjY0ZW5jX3N0cmluZwo="]
155+ customSchedulerExtenderCert :
156+ type : object
157+ default : {}
158+ x-required-for-helm :
159+ - crt
160+ - key
161+ - ca
162+ properties :
163+ crt :
164+ type : string
165+ x-examples : ["YjY0ZW5jX3N0cmluZwo="]
166+ key :
167+ type : string
168+ x-examples : ["YjY0ZW5jX3N0cmluZwo="]
169+ ca :
170+ type : string
171+ x-examples : ["YjY0ZW5jX3N0cmluZwo="]
Original file line number Diff line number Diff line change @@ -118,6 +118,23 @@ properties:
118118 ca :
119119 type : string
120120 x-examples : ["YjY0ZW5jX3N0cmluZwo="]
121+ webhookCert :
122+ type : object
123+ default : {}
124+ x-required-for-helm :
125+ - crt
126+ - key
127+ - ca
128+ properties :
129+ crt :
130+ type : string
131+ x-examples : ["YjY0ZW5jX3N0cmluZwo="]
132+ key :
133+ type : string
134+ x-examples : ["YjY0ZW5jX3N0cmluZwo="]
135+ ca :
136+ type : string
137+ x-examples : ["YjY0ZW5jX3N0cmluZwo="]
121138 customWebhookCert :
122139 type : object
123140 default : {}
@@ -135,3 +152,20 @@ properties:
135152 ca :
136153 type : string
137154 x-examples : ["YjY0ZW5jX3N0cmluZwo="]
155+ customSchedulerExtenderCert :
156+ type : object
157+ default : {}
158+ x-required-for-helm :
159+ - crt
160+ - key
161+ - ca
162+ properties :
163+ crt :
164+ type : string
165+ x-examples : ["YjY0ZW5jX3N0cmluZwo="]
166+ key :
167+ type : string
168+ x-examples : ["YjY0ZW5jX3N0cmluZwo="]
169+ ca :
170+ type : string
171+ x-examples : ["YjY0ZW5jX3N0cmluZwo="]
You can’t perform that action at this time.
0 commit comments