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
Is your feature request related to a problem? Please describe.
I'm trying to deploy redis-ha using redis-stack-server as the image.
From what I can see, the current helm chart only start the container with redis-server. However, when using the redis-stack-server you want to start the contianer with /entrypoint.sh (don't know why the startup script is name entrypoint though...) or using the redis-stack-server.
Describe the solution you'd like
Add a configuration for the helm chart to contain a way to override/configure the command. Instead of using the hard-coded edis-server, we may want to let user chose.
This would allow a developer to easily change the configuration of the helm chart without spending too much time on making sure their image is compatible with it.
Describe alternatives you've considered
make a change in the upstream image
download module with an init container
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'm trying to deploy redis-ha using redis-stack-server as the image.
From what I can see, the current helm chart only start the container with redis-server. However, when using the redis-stack-server you want to start the contianer with
/entrypoint.sh
(don't know why the startup script is name entrypoint though...) or using theredis-stack-server
.Describe the solution you'd like
Add a configuration for the helm chart to contain a way to override/configure the command. Instead of using the hard-coded
edis-server
, we may want to let user chose.This would allow a developer to easily change the configuration of the helm chart without spending too much time on making sure their image is compatible with it.
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: