mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-18 13:41:21 +01:00
Typo in registry config
it should be disable not disabled Signed-off-by: Qian Deng <dengq@vmware.com>
This commit is contained in:
parent
0582e6763d
commit
6db39f9c71
@ -14,7 +14,7 @@ storage:
|
||||
enabled: true
|
||||
{% if storage_redirect_disabled %}
|
||||
redirect:
|
||||
disabled: true
|
||||
disable: true
|
||||
{% endif %}
|
||||
redis:
|
||||
addr: {{redis_host}}:{{redis_port}}
|
||||
|
Loading…
Reference in New Issue
Block a user