Describe the bug
Cannot set client-output-buffer-limit as argument to the keydb-server:
Enapter/charts#37
To reproduce
docker run --rm -it eqalpha/keydb:x86_64_v6.2.1 keydb-server --client-output-buffer-limit "normal 0 0 0"
*** FATAL CONFIG FILE ERROR (KeyDB 6.2.1) ***
Reading the configuration file, at line 2
>>> 'client-output-buffer-limit "normal 0 0 0"'
Bad directive or wrong number of arguments
Expected behavior
The argument is treated like a config directive.