From 358f02086135f30b559ef9680cfc714107eb3b49 Mon Sep 17 00:00:00 2001 From: "jamesongithub@users.noreply.github.com" Date: Thu, 10 Mar 2022 19:48:33 -0800 Subject: [PATCH] set description --- linux/sample-helm-chart-statefulset-deployment/questions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/sample-helm-chart-statefulset-deployment/questions.yml b/linux/sample-helm-chart-statefulset-deployment/questions.yml index 2a73d08..2d36896 100644 --- a/linux/sample-helm-chart-statefulset-deployment/questions.yml +++ b/linux/sample-helm-chart-statefulset-deployment/questions.yml @@ -8,7 +8,7 @@ questions: - variable: MSSQL_PID label: SQL Server Edition aka. MSSQL_PID - 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. type: enum options: - Evaluation @@ -28,7 +28,7 @@ questions: min: 29 max: 29 valid_chars: a-zA-Z0-9- - show_if: "MSSQL_PID='Product Key'" + show_if: MSSQL_PID=Product Key group: SQL Server options - variable: MSSQL_SA_PASSWORD