diff options
| -rw-r--r-- | roles/openshift_hosted/templates/registry_config.j2 | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/openshift_hosted/templates/registry_config.j2 b/roles/openshift_hosted/templates/registry_config.j2 index 092b0fb35..cfe7ac81c 100644 --- a/roles/openshift_hosted/templates/registry_config.j2 +++ b/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' %}  | 
