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.
|
|
2 years ago | |
|---|---|---|
| .. | ||
| files | 3 years ago | |
| templates | 2 years ago | |
| Chart.yaml | 3 years ago | |
| README.md | 3 years ago | |
| values.schema.json | 3 years ago | |
| values.yaml | 3 years ago | |
README.md
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! |