Commit 923b1d2 1 parent 3ad2830 commit 923b1d2 Copy full SHA for 923b1d2
File tree 2 files changed +30
-0
lines changed
2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -308,6 +308,21 @@ spec:
308
308
- secrets
309
309
- vaultUri
310
310
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
311
326
configMapTargetRef :
312
327
items :
313
328
description : AuthConfigMapTargetRef is used to authenticate using
Original file line number Diff line number Diff line change @@ -307,6 +307,21 @@ spec:
307
307
- secrets
308
308
- vaultUri
309
309
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
310
325
configMapTargetRef :
311
326
items :
312
327
description : AuthConfigMapTargetRef is used to authenticate using
You can’t perform that action at this time.
0 commit comments