-
Notifications
You must be signed in to change notification settings - Fork 368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
using save "" in customConfig breaks redis-operator #262
Labels
Comments
I've hit the same problem. |
There is a workaround that you can put in place (that Isn't pretty) by overriding the container command in the
Agreed, though, that this should be configurable in the custom config |
This issue is stale because it has been open for 45 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behaviour
I was trying to disable persistence on redis using customConfig:
Actual behaviour
Redis operator fails to configure redis using config set with errors like:
Redis operator fails to correctly escape/unescape quote characters which are important for save command when you need to signalize empty string
I think it may be the reason of #95
The text was updated successfully, but these errors were encountered: