From 372ad7bc6fdb19cd58d5f2198c144e48aca161f1 Mon Sep 17 00:00:00 2001 From: Ralf Strobel Date: Thu, 12 Dec 2019 02:16:32 +0100 Subject: [PATCH] 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 * Update Chart.yaml Signed-off-by: David J. M. Karlsen --- stable/mssql-linux/Chart.yaml | 2 +- stable/mssql-linux/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/mssql-linux/Chart.yaml b/stable/mssql-linux/Chart.yaml index 252f2dda0e..eb32f4ca08 100644 --- a/stable/mssql-linux/Chart.yaml +++ b/stable/mssql-linux/Chart.yaml @@ -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 diff --git a/stable/mssql-linux/README.md b/stable/mssql-linux/README.md index b61b15f9b3..b54606a24d 100755 --- a/stable/mssql-linux/README.md +++ b/stable/mssql-linux/README.md @@ -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` |