File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
chart/drain-node-on-crash Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -44,3 +44,16 @@ questions:
4444 description : " Number of Manager replicas"
4545 type : string
4646 label : " Replicas"
47+ - variable : serviceAccountCreate
48+ default : true
49+ description : " Uncordon after node recovery"
50+ label : Create Service Account
51+ type : boolean
52+ show_subquestion_if : false
53+ group : " Service Account and Permissions"
54+ subquestions :
55+ - variable : serviceAccountName
56+ default : " drain-node-on-crash"
57+ description : " Service Account Name"
58+ type : string
59+ label : Service Account Name
Original file line number Diff line number Diff line change 11Name : Drain-Node-On-Crash
22Namespace : drain-node-on-crash
33
4+ serviceAccountCreate : true
45serviceAccountName : drain-node-on-crash
56
67# Add debug flag to Manager and worker pods
You can’t perform that action at this time.
0 commit comments