Skip to content

Commit 0b38f1c

Browse files
committed
Adding Service Account create and questions
1 parent d916f49 commit 0b38f1c

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

chart/drain-node-on-crash/questions.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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

chart/drain-node-on-crash/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Name: Drain-Node-On-Crash
22
Namespace: drain-node-on-crash
33

4+
serviceAccountCreate: true
45
serviceAccountName: drain-node-on-crash
56

67
# Add debug flag to Manager and worker pods

0 commit comments

Comments
 (0)