From 1577c12bcf03218f91a0ff1f085ce66730e32d8b Mon Sep 17 00:00:00 2001 From: Miouge1 Date: Wed, 18 Apr 2018 09:57:59 +0200 Subject: [PATCH] Add doc about redis data only persistence (#4965) --- stable/redis/Chart.yaml | 2 +- stable/redis/README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/stable/redis/Chart.yaml b/stable/redis/Chart.yaml index da4d84b71b..88ce12b160 100644 --- a/stable/redis/Chart.yaml +++ b/stable/redis/Chart.yaml @@ -1,5 +1,5 @@ name: redis -version: 3.0.1 +version: 3.0.2 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: diff --git a/stable/redis/README.md b/stable/redis/README.md index ef65f038ad..b98aca59f6 100644 --- a/stable/redis/README.md +++ b/stable/redis/README.md @@ -174,6 +174,8 @@ The [Bitnami Redis](https://github.com/bitnami/bitnami-docker-redis) image store By default, the chart mounts a [Persistent Volume](http://kubernetes.io/docs/user-guide/persistent-volumes/) at this location. The volume is created using dynamic volume provisioning. If a Persistent Volume Claim already exists, specify it during installation. +By default, the chart persists both data and configuration. If you wish to persist only the data directory set `persistence.path` to `/bitnami/redis/data` and `persistence.subPath` to `redis/data`. + ### Existing PersistentVolumeClaim 1. Create the PersistentVolume