Files
2023-03-23 19:23:20 -04:00

13 lines
326 B
YAML

---
# redis values
# https://bitnami.com/stack/redis/helm
# https://github.com/bitnami/charts/tree/main/bitnami/redis/
## @param architecture Redis® architecture. Allowed values: `standalone` or `replication`
##
architecture: standalone
auth:
## @param auth.enabled Enable password authentication
##
enabled: false