Преглед на файлове

Merge pull request #2534 from andrewklau/patch-3

Enable support for image pruning
Scott Dodson преди 8 години
родител
ревизия
04fb927328
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      roles/openshift_hosted/templates/registry_config.j2

+ 2 - 0
roles/openshift_hosted/templates/registry_config.j2

@@ -4,6 +4,8 @@ log:
 http:
   addr: :5000
 storage:
+  delete:
+    enabled: true
   cache:
     blobdescriptor: inmemory
 {% if openshift.hosted.registry.storage.provider == 's3' %}