mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-03-21 16:41:17 +00:00
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced `authEnabled` parameter for enabling password generation in Redis. - Added authentication logic for Redis failover configuration. - **Bug Fixes** - Updated version of the Redis chart from `0.3.1` to `0.4.0`. - **Documentation** - Updated README to include the new `authEnabled` parameter description. - **Chores** - Incremented version numbers for multiple packages in the version map. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
14 lines
364 B
YAML
14 lines
364 B
YAML
## @section Common parameters
|
|
|
|
## @param external Enable external access from outside the cluster
|
|
## @param size Persistent Volume size
|
|
## @param replicas Number of Redis replicas
|
|
## @param storageClass StorageClass used to store the data
|
|
## @param authEnabled Enable password generation
|
|
##
|
|
external: false
|
|
size: 1Gi
|
|
replicas: 2
|
|
storageClass: ""
|
|
authEnabled: true
|