mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/redis] Standardize 'fullname' and 'name' macros (#15424)
Signed-off-by: juan131 <juan@bitnami.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
dc2fb631c2
commit
2205660f76
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: redis
|
||||
version: 8.1.0
|
||||
version: 8.1.1
|
||||
appVersion: 5.0.5
|
||||
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:
|
||||
|
||||
@@ -130,6 +130,8 @@ The following table lists the configurable parameters of the Redis chart and the
|
||||
| `image.tag` | Redis Image tag | `{TAG_NAME}` |
|
||||
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
|
||||
| `image.pullSecrets` | Specify docker-registry secret names as an array | `nil` |
|
||||
| `nameOverride` | String to partially override redis.fullname template with a string (will prepend the release name) | `nil` |
|
||||
| `fullnameOverride` | String to fully override redis.fullname template with a string | `nil` |
|
||||
| `cluster.enabled` | Use master-slave topology | `true` |
|
||||
| `cluster.slaveCount` | Number of slaves | `1` |
|
||||
| `existingSecret` | Name of existing secret object (for password authentication) | `nil` |
|
||||
|
||||
@@ -29,6 +29,14 @@ image:
|
||||
# pullSecrets:
|
||||
# - myRegistryKeySecretName
|
||||
|
||||
## String to partially override redis.fullname template (will maintain the release name)
|
||||
##
|
||||
# nameOverride:
|
||||
|
||||
## String to fully override redis.fullname template
|
||||
##
|
||||
# fullnameOverride:
|
||||
|
||||
## Cluster settings
|
||||
cluster:
|
||||
enabled: true
|
||||
|
||||
@@ -29,6 +29,14 @@ image:
|
||||
# pullSecrets:
|
||||
# - myRegistryKeySecretName
|
||||
|
||||
## String to partially override redis.fullname template (will maintain the release name)
|
||||
##
|
||||
# nameOverride:
|
||||
|
||||
## String to fully override redis.fullname template
|
||||
##
|
||||
# fullnameOverride:
|
||||
|
||||
## Cluster settings
|
||||
cluster:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user