You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for bringing this issue to our attention. We appreciate your involvement! If you're interested in contributing a solution, we welcome you to create a pull request. The Bitnami team is excited to review your submission and offer feedback. You can find the contributing guidelines here.
Your contribution will greatly benefit the community. Feel free to reach out if you have any questions or need assistance.
In redis chart
Currently commonConfiguration directive includes only save and appendonly options. Link
And redis.conf only contains these two configurations.
Yes, that’s expected since, ultimately, both Helm charts are distinct products. The logic may differ as features are implemented based on user feedback or to address specific use cases. Similarly, we often receive contributions from users that apply changes to a specific Helm chart (e.g., Redis standalone) but are not extended to others (e.g., Redis Cluster).
If you have changes in mind, feel free to submit a PR. The team would be happy to review your contribution!
Name and Version
bitnami/redis 20.6.1
What is the problem this feature will solve?
Tried to configure RDB feature in helm chart.
Looks like directives are missing to set configuration from values files.
In the Redis cluster chart, these directives exist.
For example: Link
Is there any other way to configure RDB with possible configurations and disable AOF?
What is the feature you are proposing to solve the problem?
Options for RDB:
The text was updated successfully, but these errors were encountered: