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
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,15 @@
1
1
questions:
2
2
- variable: ACCEPT_EULA
3
3
label: ACCEPT_EULA
4
+
# no current support for html
4
5
# 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>.
6
+
description: Accepts the SQL Server EULA (any value confirms acceptance). The EULA is posted @ http://go.microsoft.com/fwlink/?LinkId=746388
6
7
required: true
7
8
group: SQL Server options
8
9
9
10
- variable: USE_PRODUCT_KEY
10
11
label: Use a SQL Server Product Key
11
-
description: Enter a Product Key instead of choosing an SQL Server Edition
12
+
description: Enter a Product Key instead of choosing a SQL Server Edition
12
13
type: boolean
13
14
default: false
14
15
group: SQL Server options
@@ -38,7 +39,7 @@ questions:
38
39
39
40
- variable: MSSQL_SA_PASSWORD
40
41
label: MSSQL SA user password
41
-
description: Sets the SA user password. Password requirements - https://docs.microsoft.com/en-us/sql/relational-databases/security/password-policy?view=sql-server-ver15#password-complexity
42
+
description: Sets the SA user password. Password requirements @ https://docs.microsoft.com/en-us/sql/relational-databases/security/password-policy?view=sql-server-ver15#password-complexity
0 commit comments