You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually use emptydir mount when persistence is disabled
In #2124, an emptydir was mounted when `persistence.enabled: false` is set. However, this is not
enough to make registry work: it crashloops as in issue #1998. This is fixed by setting the env variable
specifying storage config even if persistence is disabled.
Signed-off-by: Adam Michalik <[email protected]>
0 commit comments