Commit 6db39f9c authored by Qian Deng's avatar Qian Deng
Browse files

Typo in registry config


it should be disable not disabled
Signed-off-by: default avatarQian Deng <dengq@vmware.com>
parent 0582e676
Showing with 1 addition and 1 deletion
+1 -1
...@@ -14,7 +14,7 @@ storage: ...@@ -14,7 +14,7 @@ storage:
enabled: true enabled: true
{% if storage_redirect_disabled %} {% if storage_redirect_disabled %}
redirect: redirect:
disabled: true disable: true
{% endif %} {% endif %}
redis: redis:
addr: {{redis_host}}:{{redis_port}} addr: {{redis_host}}:{{redis_port}}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment