Update README.md (#20087)

Fixed value for default: `persistence.type`.

Chart version bumped.

Signed-off-by: Maciek Opala <maciek.opala@gmail.com>
This commit is contained in:
Maciek Opala
2020-01-15 16:36:23 -08:00
committed by Kubernetes Prow Robot
parent 4d60fdca4a
commit bc2eb39d29
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: grafana
version: 4.3.0
version: 4.3.1
appVersion: 6.5.2
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
+1 -1
View File
@@ -77,7 +77,7 @@ This version requires Helm >= 2.12.0.
| `extraContainers` | Sidecar containers to add to the grafana pod | `{}` |
| `schedulerName` | Name of the k8s scheduler (other than default) | `nil` |
| `persistence.enabled` | Use persistent volume to store data | `false` |
| `persistence.type` | Type of persistence (`pvc` or `statefulset`) | `false` |
| `persistence.type` | Type of persistence (`pvc` or `statefulset`) | `pvc` |
| `persistence.size` | Size of persistent volume claim | `10Gi` |
| `persistence.existingClaim` | Use an existing PVC to persist data | `nil` |
| `persistence.storageClassName` | Type of persistent volume claim | `nil` |