Add comments about redis password policy (#706) All checks were successful check-and-test / check-and-test (push) Successful in 39s
All checks were successful
check-and-test / check-and-test (push) Successful in 39s
fix #690 Reviewed-on: gitea/helm-chart#706 Co-authored-by: pat-s <patrick.schratz@gmail.com> Co-committed-by: pat-s <patrick.schratz@gmail.com>
This commit was merged in pull request #706.
This commit is contained in:
@@ -498,6 +498,9 @@ redis-cluster: | ||||
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 | ||||
| ||||
Gitea will be deployed as a deployment. | ||||
| ||||
@@ -498,6 +498,8 @@ gitea: | ||||
| ||||
## @section 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.cluster.nodes Number of redis cluster master nodes | ||||
## @param redis-cluster.cluster.replicas Number of redis cluster master node replicas | ||||
@@ -514,6 +516,8 @@ redis-cluster: | ||||
## @section redis | ||||
## @param redis.enabled Enable redis standalone or replicated | ||||
## @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.master.count Number of Redis master instances to deploy | ||||
## @descriptionStart | ||||
| ||||
Reference in New Issue
Block a user