[stable/redis] typo fix: persitent->persistent (#5448)

* Update Chart.yaml

* Update values.yaml
This commit is contained in:
AdamDang
2018-05-09 01:26:52 -07:00
committed by k8s-ci-robot
parent fd93bff82f
commit 6dceaa196a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: redis
version: 3.2.0
version: 3.2.1
appVersion: 4.0.9
description: Open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets.
keywords:
+1 -1
View File
@@ -70,7 +70,7 @@ password:
## Use existing secret (ignores previous password)
# existingSecret:
## Persist data to a persitent volume
## Persist data to a persistent volume
persistence: {}
## A manually managed Persistent Volume and Claim
## Requires persistence.enabled: true