mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
committed by
Kubernetes Prow Robot
parent
4d60fdca4a
commit
bc2eb39d29
@@ -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.
|
||||
|
||||
@@ -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` |
|
||||
|
||||
Reference in New Issue
Block a user