Skip to content

Commit c9bb84b

Browse files
Commit from GitHub Actions (Scheduled Jobs)
1 parent 92436ab commit c9bb84b

File tree

4 files changed

+586
-134
lines changed

4 files changed

+586
-134
lines changed

schema/keda.sh/clustertriggerauthentication_v1alpha1.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,9 @@
178178
"parameter": {
179179
"type": "string"
180180
},
181+
"secretKey": {
182+
"type": "string"
183+
},
181184
"versionId": {
182185
"type": "string"
183186
},
@@ -341,6 +344,25 @@
341344
],
342345
"type": "object"
343346
},
347+
"boundServiceAccountToken": {
348+
"items": {
349+
"additionalProperties": false,
350+
"properties": {
351+
"parameter": {
352+
"type": "string"
353+
},
354+
"serviceAccountName": {
355+
"type": "string"
356+
}
357+
},
358+
"required": [
359+
"parameter",
360+
"serviceAccountName"
361+
],
362+
"type": "object"
363+
},
364+
"type": "array"
365+
},
344366
"configMapTargetRef": {
345367
"items": {
346368
"additionalProperties": false,

0 commit comments

Comments
 (0)