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` |