Add comments about redis password policy (#706)

fix #690

Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/706
Co-authored-by: pat-s <patrick.schratz@gmail.com>
Co-committed-by: pat-s <patrick.schratz@gmail.com>
This commit is contained in:
pat-s 2024-09-19 21:59:47 +00:00 committed by pat-s
parent e636984db1
commit c039673e5a
2 changed files with 7 additions and 0 deletions

View File

@ -498,6 +498,9 @@ redis-cluster:
enabled: true enabled: true
``` ```
⚠️ The redis charts [do not work well with special characters in the password](https://gitea.com/gitea/helm-chart/issues/690).
Consider omitting such or open an issue in the Bitnami repo and let us know once this got fixed.
### Persistence ### Persistence
Gitea will be deployed as a deployment. Gitea will be deployed as a deployment.

View File

@ -498,6 +498,8 @@ gitea:
## @section redis-cluster ## @section redis-cluster
## @param redis-cluster.enabled Enable redis cluster ## @param redis-cluster.enabled Enable redis cluster
# ⚠️ The redis charts do not work well with special characters in the password (<https://gitea.com/gitea/helm-chart/issues/690>).
# Consider omitting such or open an issue in the Bitnami repo and let us know once this got fixed.
## @param redis-cluster.usePassword Whether to use password authentication ## @param redis-cluster.usePassword Whether to use password authentication
## @param redis-cluster.cluster.nodes Number of redis cluster master nodes ## @param redis-cluster.cluster.nodes Number of redis cluster master nodes
## @param redis-cluster.cluster.replicas Number of redis cluster master node replicas ## @param redis-cluster.cluster.replicas Number of redis cluster master node replicas
@ -514,6 +516,8 @@ redis-cluster:
## @section redis ## @section redis
## @param redis.enabled Enable redis standalone or replicated ## @param redis.enabled Enable redis standalone or replicated
## @param redis.architecture Whether to use standalone or replication ## @param redis.architecture Whether to use standalone or replication
# ⚠️ The redis charts do not work well with special characters in the password (<https://gitea.com/gitea/helm-chart/issues/690>).
# Consider omitting such or open an issue in the Bitnami repo and let us know once this got fixed.
## @param redis.global.redis.password Required password ## @param redis.global.redis.password Required password
## @param redis.master.count Number of Redis master instances to deploy ## @param redis.master.count Number of Redis master instances to deploy
## @descriptionStart ## @descriptionStart