mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
@@ -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)
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user