From adbf37d8b28c8cc45379fad6acf33768ae4176db Mon Sep 17 00:00:00 2001 From: Aabed Date: Thu, 29 Jun 2017 07:21:29 +0300 Subject: [PATCH] Adding userPassword to parameters list (#1400) --- stable/redis/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/stable/redis/README.md b/stable/redis/README.md index ebc7610a2b..2f5ba32c9a 100644 --- a/stable/redis/README.md +++ b/stable/redis/README.md @@ -47,6 +47,7 @@ The following tables lists the configurable parameters of the Redis chart and th | -------------------------- | ------------------------------------- | --------------------------------------------------------- | | `image` | Redis image | `bitnami/redis:{VERSION}` | | `imagePullPolicy` | Image pull policy | `IfNotPresent` | +| `usePassword` | Use password | `true` | | `redisPassword` | Redis password | Randomly generated | | `persistence.enabled` | Use a PVC to persist data | `true` | | `persistence.existingClaim`| Use an existing PVC to persist data | `nil` |