Skip to content

Commit 8f9f40a

Browse files
committed
remove html
1 parent 1699551 commit 8f9f40a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
questions:
22
- variable: ACCEPT_EULA
33
label: ACCEPT_EULA
4+
# no current support for html
45
# 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
67
required: true
78
group: SQL Server options
89

910
- variable: USE_PRODUCT_KEY
1011
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
1213
type: boolean
1314
default: false
1415
group: SQL Server options
@@ -38,7 +39,7 @@ questions:
3839

3940
- variable: MSSQL_SA_PASSWORD
4041
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
4243
type: password
4344
min: 8
4445
max: 128

0 commit comments

Comments
 (0)