mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Remove 'alpha' reference from mysql readme (#10213)
* Remove 'alpha' reference from mysql readme Signed-off-by: Spencer Owen <owenspencer@gmail.com> * Bump mysql version Signed-off-by: Spencer Owen <owenspencer@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
90c9ee2564
commit
7809bbc40d
@@ -1,5 +1,5 @@
|
||||
name: mysql
|
||||
version: 0.13.0
|
||||
version: 0.13.1
|
||||
appVersion: 5.7.14
|
||||
description: Fast, reliable, scalable, and easy to use open-source relational database
|
||||
system.
|
||||
|
||||
@@ -73,7 +73,7 @@ The following table lists the configurable parameters of the MySQL chart and the
|
||||
| `readinessProbe.failureThreshold` | Minimum consecutive failures for the probe to be considered failed after having succeeded. | 3 |
|
||||
| `persistence.enabled` | Create a volume to store data | true |
|
||||
| `persistence.size` | Size of persistent volume claim | 8Gi RW |
|
||||
| `persistence.storageClass` | Type of persistent volume claim | nil (uses alpha storage class annotation) |
|
||||
| `persistence.storageClass` | Type of persistent volume claim | nil |
|
||||
| `persistence.accessMode` | ReadWriteOnce or ReadOnly | ReadWriteOnce |
|
||||
| `persistence.existingClaim` | Name of existing persistent volume | `nil` |
|
||||
| `persistence.subPath` | Subdirectory of the volume to mount | `nil` |
|
||||
|
||||
Reference in New Issue
Block a user