mirror of https://github.com/goharbor/harbor.git
Remove unused SYNC_QUOTA from env.jinja template (#22280)
Remove SYNC_QUOTA from env.jinja template `SYNC_QUOTA` is not used throughout the whole code. It looks like the feature using it was removed. Signed-off-by: Max Fröhlich <maxbruchmann@gmail.com> Co-authored-by: Wang Yan <wangyan@vmware.com>
This commit is contained in:
parent
8f2003c40e
commit
26b61390a0
|
@ -4,7 +4,6 @@ _REDIS_URL_CORE={{redis_url_core}}
|
|||
{% if redis_url_harbor %}
|
||||
_REDIS_URL_HARBOR={{redis_url_harbor}}
|
||||
{% endif %}
|
||||
SYNC_QUOTA=true
|
||||
_REDIS_URL_REG={{redis_url_reg}}
|
||||
|
||||
LOG_LEVEL={{log_level}}
|
||||
|
@ -97,4 +96,4 @@ CACHE_EXPIRE_HOURS={{ cache.expire_hours }}
|
|||
|
||||
{% if core.quota_update_provider %}
|
||||
QUOTA_UPDATE_PROVIDER={{ core.quota_update_provider }}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue