You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: linux/sample-helm-chart-statefulset-deployment/questions.yml
+14-17Lines changed: 14 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,20 @@
1
1
questions:
2
2
- variable: ACCEPT_EULA
3
3
label: ACCEPT_EULA
4
-
description: Accepts the SQL Server EULA (any value confirms acceptance)
5
-
default: "Yes"
4
+
description: Accepts the SQL Server EULA (any value confirms acceptance). You can review the EULA <a href="http://go.microsoft.com/fwlink/?LinkId=746388">here</a>
6
5
required: true
7
6
group: SQL Server options
8
7
8
+
- variable: USE_PRODUCT_KEY
9
+
label: Use a SQL Server Product Key
10
+
description: Enter a Product Key instead of choosing an SQL Server Edition
11
+
type: boolean
12
+
default: false
13
+
group: SQL Server options
14
+
9
15
- variable: MSSQL_PID
10
16
label: SQL Server Edition aka. MSSQL_PID
11
-
description: Selects SQL Server Edition or choose the last option "Product Key" to enter a product key.
17
+
description: Select a SQL Server Edition
12
18
type: enum
13
19
options:
14
20
- Evaluation
@@ -17,18 +23,13 @@ questions:
17
23
- Web
18
24
- Standard
19
25
- Enterprise
20
-
- Product Key
21
-
default: Developer
22
-
required: true
26
+
show_if: USE_PRODUCT_KEY=false
23
27
group: SQL Server options
24
28
25
-
- variable: PRODUCT_KEY
26
-
label: SQL Server Product Key
27
-
description: SQL Server Product Key of the format "#####-#####-#####-#####-#####"
28
-
min: 29
29
-
max: 29
30
-
valid_chars: a-zA-Z0-9-
31
-
show_if: MSSQL_PID=Product Key
29
+
- variable: MSSQL_PID
30
+
label: SQL Server Edition aka. MSSQL_PID
31
+
description: Enter a Product Key of the format "#####-#####-#####-#####-#####"
32
+
show_if: USE_PRODUCT_KEY=true
32
33
group: SQL Server options
33
34
34
35
- variable: MSSQL_SA_PASSWORD
@@ -46,7 +47,6 @@ questions:
46
47
label: Enable SQL Server Agent
47
48
description: Enables the SQL Server Agent
48
49
type: boolean
49
-
default: false
50
50
group: SQL Server options
51
51
52
52
- variable: defaultContainerImage
@@ -74,7 +74,6 @@ questions:
74
74
75
75
- variable: replicas
76
76
description: Replicas of the SQL Server StatefulSet
77
-
default: 3
78
77
label: Replicas
79
78
type: int
80
79
group: Kubernetes StatefulSet options
@@ -91,12 +90,10 @@ questions:
91
90
description: >
92
91
Specifies containerPort for SQL Server
93
92
label: SQL Server Container Port
94
-
default: 1433
95
93
group: Kubernetes Pod Options
96
94
97
95
- variable: service.port
98
96
description: Kubernetes service port for SQL Server
0 commit comments