Skip to content

Commit 1699551

Browse files
committed
default
1 parent 72b5f37 commit 1699551

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

linux/sample-helm-chart-statefulset-deployment/questions.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ questions:
22
- variable: ACCEPT_EULA
33
label: ACCEPT_EULA
44
# description: Accepts the SQL Server <a href="http://go.microsoft.com/fwlink/?LinkId=746388">EULA</a> (any value confirms acceptance).
5-
description: Accepts the SQL Server EULA (any value confirms acceptance). The EULA is posted <a href="http://go.microsoft.com/fwlink/?LinkId=746388">here</a>
5+
description: Accepts the SQL Server EULA (any value confirms acceptance). The EULA is posted <a href="http://go.microsoft.com/fwlink/?LinkId=746388">here</a>.
66
required: true
77
group: SQL Server options
88

@@ -24,13 +24,15 @@ questions:
2424
- Web
2525
- Standard
2626
- Enterprise
27+
required: true
2728
show_if: USE_PRODUCT_KEY=false
2829
group: SQL Server options
2930

3031
- variable: MSSQL_PID
3132
label: SQL Server License Key
3233
description: Enter a Product Key of the format "#####-#####-#####-#####-#####"
33-
show_if: USE_PRODUCT_KEY=true
34+
required: true
35+
show_if: USE_PRODUCT_KEY=true
3436
default: ""
3537
group: SQL Server options
3638

0 commit comments

Comments
 (0)