File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 563
563
}
564
564
}
565
565
},
566
+ "serviceAccount" : {
567
+ "type" : " object" ,
568
+ "title" : " Service Account Configuration" ,
569
+ "description" : " Service Account configuration parameters" ,
570
+ "properties" : {
571
+ "create" : {
572
+ "type" : " boolean" ,
573
+ "title" : " Create Service Account" ,
574
+ "description" : " Enable the creation of a ServiceAccount for MinIO" ,
575
+ "default" : true
576
+ },
577
+ "name" : {
578
+ "type" : " string" ,
579
+ "title" : " Service Account Name" ,
580
+ "description" : " Name of the created ServiceAccount. If not set and create is true, a name is generated using the common.names.fullname template" ,
581
+ "default" : " "
582
+ },
583
+ "automountServiceAccountToken" : {
584
+ "type" : " boolean" ,
585
+ "title" : " Automount Service Account Token" ,
586
+ "description" : " Enable/disable auto mounting of the service account token" ,
587
+ "default" : false
588
+ },
589
+ "annotations" : {
590
+ "type" : " object" ,
591
+ "title" : " Service Account Annotations" ,
592
+ "description" : " Custom annotations for MinIO serviceAccount" ,
593
+ "additionalProperties" : {
594
+ "type" : " string"
595
+ },
596
+ "default" : {}
597
+ }
598
+ }
599
+ },
566
600
"livenessProbe" : {
567
601
"type" : " object" ,
568
602
"title" : " Liveness Probe Configuration" ,
You can’t perform that action at this time.
0 commit comments