mirror of
https://github.com/bitnami/charts.git
synced 2026-03-15 14:57:16 +08:00
Bug/discourse remove redis username (#14265)
* [14264] Using external redis authentication with username is not implemented Signed-off-by: ausias-armesto <ausiasarmesto@gmail.com> * [14264] - Using external redis authentication with username is not implemented Signed-off-by: ausias-armesto <ausiasarmesto@gmail.com> * [14264] - Using external redis authentication with username is not implemented Signed-off-by: ausias-armesto <ausiasarmesto@gmail.com> Signed-off-by: ausias-armesto <ausiasarmesto@gmail.com>
This commit is contained in:
@@ -36,4 +36,4 @@ sources:
|
|||||||
- https://github.com/bitnami/containers/tree/main/bitnami/discourse
|
- https://github.com/bitnami/containers/tree/main/bitnami/discourse
|
||||||
- https://github.com/spinnaker
|
- https://github.com/spinnaker
|
||||||
- https://www.discourse.org/
|
- https://www.discourse.org/
|
||||||
version: 9.0.6
|
version: 9.0.7
|
||||||
|
|||||||
@@ -329,7 +329,6 @@ The command removes all the Kubernetes components associated with the chart and
|
|||||||
| `redis.architecture` | Redis® architecture. Allowed values: `standalone` or `replication` | `standalone` |
|
| `redis.architecture` | Redis® architecture. Allowed values: `standalone` or `replication` | `standalone` |
|
||||||
| `externalRedis.host` | Redis® host | `localhost` |
|
| `externalRedis.host` | Redis® host | `localhost` |
|
||||||
| `externalRedis.port` | Redis® port number | `6379` |
|
| `externalRedis.port` | Redis® port number | `6379` |
|
||||||
| `externalRedis.username` | Redis® username | `""` |
|
|
||||||
| `externalRedis.password` | Redis® password | `""` |
|
| `externalRedis.password` | Redis® password | `""` |
|
||||||
| `externalRedis.existingSecret` | Name of an existing secret resource containing the Redis&trade credentials | `""` |
|
| `externalRedis.existingSecret` | Name of an existing secret resource containing the Redis&trade credentials | `""` |
|
||||||
| `externalRedis.existingSecretPasswordKey` | Name of an existing secret key containing the Redis&trade credentials | `redis-password` |
|
| `externalRedis.existingSecretPasswordKey` | Name of an existing secret key containing the Redis&trade credentials | `redis-password` |
|
||||||
|
|||||||
@@ -865,7 +865,6 @@ redis:
|
|||||||
## All of these values are only used when redis.enabled is set to false
|
## All of these values are only used when redis.enabled is set to false
|
||||||
## @param externalRedis.host Redis® host
|
## @param externalRedis.host Redis® host
|
||||||
## @param externalRedis.port Redis® port number
|
## @param externalRedis.port Redis® port number
|
||||||
## @param externalRedis.username Redis® username
|
|
||||||
## @param externalRedis.password Redis® password
|
## @param externalRedis.password Redis® password
|
||||||
## @param externalRedis.existingSecret Name of an existing secret resource containing the Redis&trade credentials
|
## @param externalRedis.existingSecret Name of an existing secret resource containing the Redis&trade credentials
|
||||||
## @param externalRedis.existingSecretPasswordKey Name of an existing secret key containing the Redis&trade credentials
|
## @param externalRedis.existingSecretPasswordKey Name of an existing secret key containing the Redis&trade credentials
|
||||||
@@ -873,9 +872,6 @@ redis:
|
|||||||
externalRedis:
|
externalRedis:
|
||||||
host: localhost
|
host: localhost
|
||||||
port: 6379
|
port: 6379
|
||||||
## Most Redis® implementations do not require a username
|
|
||||||
## to authenticate and it should be enough with the password
|
|
||||||
username: ""
|
|
||||||
password: ""
|
password: ""
|
||||||
existingSecret: ""
|
existingSecret: ""
|
||||||
existingSecretPasswordKey: "redis-password"
|
existingSecretPasswordKey: "redis-password"
|
||||||
|
|||||||
Reference in New Issue
Block a user