Skip to content

Commit b1e496d

Browse files
authored
redis commander: handle none redis_user (#809)
1 parent 52a6f49 commit b1e496d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/redis-commander/config.json.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"label": "{{ label }}",
44
"host": "{{ host }}",
55
"port": "{{ port }}",
6-
{%- if username %}
6+
{%- if username.lower() not in ["", "null", "none"] %}
77
"username": "{{ username }}",
88
{%- endif %}
99
"password": "{{ password }}",

0 commit comments

Comments
 (0)