We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c54fdc commit 358f020Copy full SHA for 358f020
1 file changed
linux/sample-helm-chart-statefulset-deployment/questions.yml
@@ -8,7 +8,7 @@ questions:
8
9
- variable: MSSQL_PID
10
label: SQL Server Edition aka. MSSQL_PID
11
- description: Selects SQL Server Edition or choose Product Key to enter a product key.
+ description: Selects SQL Server Edition or choose the last option "Product Key" to enter a product key.
12
type: enum
13
options:
14
- Evaluation
@@ -28,7 +28,7 @@ questions:
28
min: 29
29
max: 29
30
valid_chars: a-zA-Z0-9-
31
- show_if: "MSSQL_PID='Product Key'"
+ show_if: MSSQL_PID=Product Key
32
group: SQL Server options
33
34
- variable: MSSQL_SA_PASSWORD
0 commit comments