mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/chronograf] typo fix: persitent->persistent (#5446)
* Update Chart.yaml * Update values.yaml
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: chronograf
|
||||
version: 0.4.4
|
||||
version: 0.4.5
|
||||
appVersion: 1.3
|
||||
description: Open-source web application written in Go and React.js that provides
|
||||
the tools to visualize your monitoring data and easily create alerting and automation
|
||||
|
||||
@@ -13,7 +13,7 @@ service:
|
||||
replicas: 1
|
||||
type: ClusterIP
|
||||
|
||||
## Persist data to a persitent volume
|
||||
## Persist data to a persistent volume
|
||||
##
|
||||
persistence:
|
||||
enabled: false
|
||||
|
||||
Reference in New Issue
Block a user