mirror of
https://github.com/goharbor/harbor
synced 2025-04-16 00:35:52 +00: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