Skip to content

Commit

Permalink
fix typo in mssql's readme (helm#5291)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheyang authored and k8s-ci-robot committed May 4, 2018
1 parent bbbcc62 commit 38775a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/mssql-linux/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: SQL Server 2017 Linux Helm Chart
name: mssql-linux
version: 0.3.2
version: 0.3.3
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
Expand Down
2 changes: 1 addition & 1 deletion stable/mssql-linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ The configuration parameters in this section control the resources requested and
| service.port | Service Port | `1433` |
| collation | Default collation for SQL Server | `SQL_Latin1_General_CP1_CI_AS` |
| lcid | Default languages for SQL Server | `1033` |
| persistence.enabled | Presist the Data and Log files for SQL Server | `false` |
| persistence.enabled | Persist the Data and Log files for SQL Server | `false` |
| persistence.enabled | Persist the Data and Log files for SQL Server | `false` |
| persistence.existingDataClaim | Identify an existing Claim to be used for the Data Directory | `Commented Out` |
| persistence.existingLogClaim | Identify an existing Claim to be used for the Log Directory | `Commented Out` |
Expand Down

0 comments on commit 38775a7

Please sign in to comment.