From 263dbbd969e4282c16ba209e15b135a097146ad7 Mon Sep 17 00:00:00 2001 From: gaofly <32254120+gq94205@users.noreply.github.com> Date: Tue, 20 Mar 2018 22:47:12 +0800 Subject: [PATCH] fix an error in line 47,change the word 'tables' to 'table' (#4358) * add a new version to it upgrade the version of it * find an error in line 47,update README.md find an error in line 47 of README.md,the word 'tables' should be changed to 'table' * Removing trailing space to pass lint --- stable/percona/Chart.yaml | 2 +- stable/percona/README.md | 2 +- stable/percona/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/percona/Chart.yaml b/stable/percona/Chart.yaml index 18d4d44346..99dc579074 100644 --- a/stable/percona/Chart.yaml +++ b/stable/percona/Chart.yaml @@ -1,5 +1,5 @@ name: percona -version: 0.3.0 +version: 0.3.1 description: free, fully compatible, enhanced, open source drop-in replacement for MySQL keywords: diff --git a/stable/percona/README.md b/stable/percona/README.md index 75cb4d008e..8aa30ae180 100644 --- a/stable/percona/README.md +++ b/stable/percona/README.md @@ -44,7 +44,7 @@ The command removes all the Kubernetes components associated with the chart and ## Configuration -The following tables lists the configurable parameters of the Percona chart and their default values. +The following table lists the configurable parameters of the Percona chart and their default values. | Parameter | Description | Default | | ----------------------- | ---------------------------------- | ---------------------------------------------------------- | diff --git a/stable/percona/values.yaml b/stable/percona/values.yaml index d9287dbf1c..deca25f0ac 100644 --- a/stable/percona/values.yaml +++ b/stable/percona/values.yaml @@ -37,7 +37,7 @@ persistence: ## set, choosing the default provisioner. (gp2 on AWS, standard on ## GKE, AWS & OpenStack) ## - # storageClass: "-" + # storageClass: "-" accessMode: ReadWriteOnce size: 8Gi