typo fix in percona-xtradb-cluster/README.md: duplicated word "image image" (#4974)

* add version

* typo fix in percona-xtradb-cluster/README.md

typo fix in percona-xtradb-cluster/README.md
This commit is contained in:
AdamDang
2018-04-18 20:57:08 -07:00
committed by k8s-ci-robot
parent 86373f0572
commit b83f363c73
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: percona-xtradb-cluster
version: 0.1.3
version: 0.1.4
appVersion: 5.7.19
description: free, fully compatible, enhanced, open source drop-in replacement for
MySQL with Galera Replication (xtradb)
+1 -1
View File
@@ -95,7 +95,7 @@ $ helm install --name my-release -f values.yaml stable/percona-xtradb-cluster
## Persistence
The [Percona XtraDB Cluster DockerHub image](https://hub.docker.com/r/percona/percona-xtradb-cluster/) image stores the MySQL data and configurations at the `/var/lib/mysql` path of the container.
The [Percona XtraDB Cluster DockerHub image](https://hub.docker.com/r/percona/percona-xtradb-cluster/) stores the MySQL data and configurations at the `/var/lib/mysql` path of the container.
By default, an emptyDir volume is mounted at that location.