Remove duplicate parameter from README (#20832)

Signed-off-by: Alex Khaerov <hayorov@users.noreply.github.com>
This commit is contained in:
Alex Khaerov
2020-02-18 03:49:28 -08:00
committed by GitHub
parent 4e8736c578
commit 3f17075fdb
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: redis
version: 10.5.2
version: 10.5.3
appVersion: 5.0.7
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:
-1
View File
@@ -59,7 +59,6 @@ The following table lists the configurable parameters of the Redis chart and the
| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) |
| `global.storageClass` | Global storage class for dynamic provisioning | `nil` |
| `global.redis.password` | Redis password (overrides `password`) | `nil` |
| `global.storageClass` | Global storage class for dynamic provisioning | `nil` |
| `image.registry` | Redis Image registry | `docker.io` |
| `image.repository` | Redis Image name | `bitnami/redis` |
| `image.tag` | Redis Image tag | `{TAG_NAME}` |