You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
694 B
694 B
SQL Server 2019 Helm Chart
A Helm chart for deploying Microsoft SQL Server 2019 on OpenShift.
Pre-requisites
None.
Values
Below is a table of each value used to configure this chart.
| Value | Description | Default | Additional Information |
|---|---|---|---|
saPassword |
Administrator Password | R3dH4t1! |
|
database.name |
Database Name | eShop |
|
database.schema |
Database Schema | eShop |
|
database.owner.username |
Username to access the database | eShop |
|
database.owner.password |
Password to access the database | R3dH4t1! |