I'm creating redis-stack helm chart for the pet project. I would like to know on how to pass custom redis configurations to kubenetes statefulset of redis-stack.
There are no mention of such configurations at the https://github.com/redis-stack/helm-redis-stack/tree/main/charts/redis-stack
With custom configurations on redis-stack, I would like to change default password, set policies etc.
Above link incudes below:
- statefulset yaml
- helm chart values.yaml files
- Image used: redis/redis-stack