Adding userPassword to parameters list (#1400)

This commit is contained in:
Aabed
2017-06-28 21:21:29 -07:00
committed by Vic Iglesias
parent 64007dd6cc
commit adbf37d8b2
+1
View File
@@ -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` |