mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/redis] typo fix: persitent->persistent (#5448)
* Update Chart.yaml * Update values.yaml
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user