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:
Ron Compos
2018-08-07 08:02:00 -07:00
committed by k8s-ci-robot
parent 73aa45fc19
commit 585d6e49bc
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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` |
+1 -1
View File
@@ -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