Allow delete on candidate registery so we can clean up old images.
This commit is contained in:
parent
46c7ad02e7
commit
398a6d8a25
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ log:
|
||||||
storage:
|
storage:
|
||||||
filesystem:
|
filesystem:
|
||||||
rootdirectory: {{ storage.filesystem.rootdirectory }}
|
rootdirectory: {{ storage.filesystem.rootdirectory }}
|
||||||
|
delete:
|
||||||
|
enabled: true
|
||||||
http:
|
http:
|
||||||
addr: {{ http.addr }}
|
addr: {{ http.addr }}
|
||||||
headers:
|
headers:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue