Typo in registry config

it should be disable not disabled

Signed-off-by: Qian Deng <dengq@vmware.com>
This commit is contained in:
Qian Deng 2019-05-10 23:08:21 +08:00
parent 0582e6763d
commit 6db39f9c71

View File

@ -14,7 +14,7 @@ storage:
enabled: true
{% if storage_redirect_disabled %}
redirect:
disabled: true
disable: true
{% endif %}
redis:
addr: {{redis_host}}:{{redis_port}}