mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Comment out persistence.storageClass to accomodate K8s default storag… (#7003)
* Comment out persistence.storageClass to accomodate K8s default storage class. * Chart.yaml version bump to 1.6.1, Readme updated for persistence.storageClass default empty string value. * Change README.md to reflect default value of nil instead of empty string "".
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
description: Minio is a high performance distributed object storage server, designed for large-scale private cloud infrastructure.
|
||||
name: minio
|
||||
version: 1.6.0
|
||||
version: 1.6.1
|
||||
appVersion: RELEASE.2018-07-10T01-42-11Z
|
||||
keywords:
|
||||
- storage
|
||||
|
||||
@@ -97,7 +97,7 @@ The following table lists the configurable parameters of the Minio chart and the
|
||||
| `persistence.enabled` | Use persistent volume to store data | `true` |
|
||||
| `persistence.size` | Size of persistent volume claim | `10Gi` |
|
||||
| `persistence.existingClaim`| Use an existing PVC to persist data | `nil` |
|
||||
| `persistence.storageClass` | Type of persistent volume claim | `generic` |
|
||||
| `persistence.storageClass` | Storage class name of PVC | `nil` |
|
||||
| `persistence.accessMode` | ReadWriteOnce or ReadOnly | `ReadWriteOnce` |
|
||||
| `persistence.subPath` | Mount a sub directory of the persistent volume if set | `""` |
|
||||
| `resources` | CPU/Memory resource requests/limits | Memory: `256Mi`, CPU: `100m` |
|
||||
|
||||
@@ -53,7 +53,7 @@ persistence:
|
||||
##
|
||||
## Storage class of PV to bind. By default it looks for standard storage class.
|
||||
## If the PV uses a different storage class, specify that here.
|
||||
storageClass: standard
|
||||
# storageClass: standard
|
||||
accessMode: ReadWriteOnce
|
||||
size: 10Gi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user