File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change @@ -453,6 +453,20 @@ spec:
453453 type : string
454454 secretAccessKey :
455455 type : string
456+ secretRef :
457+ description : A reference to as Secret containing the AccessKeyID,
458+ SecretAccessKey, CustomerMasterKey and RoleID fields
459+ properties :
460+ name :
461+ description : Name is the name of the Kubernetes Resource
462+ type : string
463+ namespace :
464+ description : Namespace is the namespace of the Kubernetes
465+ Resource
466+ type : string
467+ required :
468+ - name
469+ type : object
456470 valid :
457471 type : boolean
458472 type : object
@@ -475,6 +489,20 @@ spec:
475489 type : string
476490 secret :
477491 type : string
492+ secretRef :
493+ description : A reference to as Secret containing the SubscriptionID,
494+ KeyVaultName, KeyIdentifier, Secret fields
495+ properties :
496+ name :
497+ description : Name is the name of the Kubernetes Resource
498+ type : string
499+ namespace :
500+ description : Namespace is the namespace of the Kubernetes
501+ Resource
502+ type : string
503+ required :
504+ - name
505+ type : object
478506 subscriptionID :
479507 type : string
480508 tenantID :
@@ -488,6 +516,20 @@ spec:
488516 type : boolean
489517 keyVersionResourceID :
490518 type : string
519+ secretRef :
520+ description : A reference to as Secret containing the ServiceAccountKey,
521+ KeyVersionResourceID fields
522+ properties :
523+ name :
524+ description : Name is the name of the Kubernetes Resource
525+ type : string
526+ namespace :
527+ description : Namespace is the namespace of the Kubernetes
528+ Resource
529+ type : string
530+ required :
531+ - name
532+ type : object
491533 serviceAccountKey :
492534 type : string
493535 type : object
You can’t perform that action at this time.
0 commit comments