Skip to content

Commit 9a06a5d

Browse files
committed
Update CRDs for BoundServiceAccountToken triggerAuth source
Signed-off-by: Max Cao <[email protected]>
1 parent c0d3bd5 commit 9a06a5d

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

keda/templates/crds/crd-clustertriggerauthentications.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,21 @@ spec:
308308
- secrets
309309
- vaultUri
310310
type: object
311+
boundServiceAccountToken:
312+
items:
313+
properties:
314+
expiry:
315+
type: string
316+
parameter:
317+
type: string
318+
serviceAccountName:
319+
type: string
320+
required:
321+
- expiry
322+
- parameter
323+
- serviceAccountName
324+
type: object
325+
type: array
311326
configMapTargetRef:
312327
items:
313328
description: AuthConfigMapTargetRef is used to authenticate using

keda/templates/crds/crd-triggerauthentications.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,21 @@ spec:
307307
- secrets
308308
- vaultUri
309309
type: object
310+
boundServiceAccountToken:
311+
items:
312+
properties:
313+
expiry:
314+
type: string
315+
parameter:
316+
type: string
317+
serviceAccountName:
318+
type: string
319+
required:
320+
- expiry
321+
- parameter
322+
- serviceAccountName
323+
type: object
324+
type: array
310325
configMapTargetRef:
311326
items:
312327
description: AuthConfigMapTargetRef is used to authenticate using

0 commit comments

Comments
 (0)