This commit is contained in:
jamesongithub@users.noreply.github.com 2021-11-16 18:57:30 -08:00
Родитель 08d37f0d01
Коммит e9493a53d9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 84C159EEAE8BE65D
1 изменённых файлов: 6 добавлений и 5 удалений

Просмотреть файл

@ -1,7 +1,7 @@
questions:
- variable: edition
description: >
Edition of SQL Server, aka. `MSSQL_PID` one of:
description: |
SQL Server Edition aka. MSSQL_PID one of:
Evaluation
Developer
Express
@ -21,6 +21,7 @@ questions:
- variable: defaultContainerImage
label: Use default SQL Server container image
type: boolean
default: true
show_subquestion_if: false
group: Container image
@ -37,14 +38,14 @@ questions:
label: Image Tag
- variable: replicas
description: Replicas of the SQL Server workload
description: Replicas of the SQL Server StatefulSet
default: 3
label: Replicas
type: int
group: Kubernetes StatefulSet options
- variable: podSecurityContext.fsGroup
description: >
description: |
Specifies a supplementary group id for all processes of the container.
See https://kubernetes.io/docs/tasks/configure-pod-container/security-context for
additional details.
@ -59,7 +60,7 @@ questions:
group: Kubernetes Pod options
- variable: service.port
description: Port for Kubernetes service port for SQL Server
description: Kubernetes service port for SQL Server
group: Kubernetes Service Options
label: Kubernetes Service Port
type: int