diff --git a/services/redis-commander/config.json.j2 b/services/redis-commander/config.json.j2 index 48787b4e..7a3b4aca 100644 --- a/services/redis-commander/config.json.j2 +++ b/services/redis-commander/config.json.j2 @@ -3,7 +3,7 @@ "label": "{{ label }}", "host": "{{ host }}", "port": "{{ port }}", - {%- if username %} + {%- if username.lower() not in ["", "null", "none"] %} "username": "{{ username }}", {%- endif %} "password": "{{ password }}",