mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Remove duplicate parameter from README (#20832)
Signed-off-by: Alex Khaerov <hayorov@users.noreply.github.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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}` |
|
||||
|
||||
Reference in New Issue
Block a user