mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Fix README.md persistence.enabled value (#19470)
* Fix README.md persistence.enabled value The default value defined in the values.yaml file is set to true. Signed-off-by: Ralf Strobel <github@stro-bel.de> * Update Chart.yaml Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
55ff808b24
commit
372ad7bc6f
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
description: SQL Server 2017 Linux Helm Chart
|
||||
name: mssql-linux
|
||||
version: 0.10.1
|
||||
version: 0.10.2
|
||||
appVersion: 14.0.3023.8
|
||||
home: https://hub.docker.com/r/microsoft/mssql-server-linux/
|
||||
icon: https://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE1I4Dx
|
||||
|
||||
@@ -114,7 +114,7 @@ The configuration parameters in this section control the resources requested and
|
||||
| hadr | Enable Availability Group | `0` |
|
||||
| agent.enabled | Enable Agent | `false` |
|
||||
| schedulerName | Name of the k8s scheduler (other than default) | `nil` |
|
||||
| persistence.enabled | Persist the Data and Log files for SQL Server | `false` |
|
||||
| persistence.enabled | Persist the Data and Log files for SQL Server | `true` |
|
||||
| persistence.existingDataClaim | Identify an existing Claim to be used for the Data Directory | `Commented Out` |
|
||||
| persistence.existingTransactionLogClaim | Identify an existing Claim to be used for the Log Directory | `Commented Out` |
|
||||
| persistence.existingBackupClaim | Identify an existing Claim to be used for the SQL Database Backups | `Commented Out` |
|
||||
|
||||
Reference in New Issue
Block a user