diff options
author | Andrew Lau <andrew@andrewklau.com> | 2016-09-30 21:23:18 +1000 |
---|---|---|
committer | Andrew Lau <andrew@andrewklau.com> | 2016-09-30 21:23:18 +1000 |
commit | 185be3ad994dc86adc4f97808cd1ba1a300b0801 (patch) | |
tree | a97847a0d6b7f3ac3016fc51e1893e3f52159d50 /roles/openshift_hosted/templates | |
parent | 14eff152d58ab018a5966895a3b1a583e399428a (diff) | |
download | openshift-185be3ad994dc86adc4f97808cd1ba1a300b0801.tar.gz openshift-185be3ad994dc86adc4f97808cd1ba1a300b0801.tar.bz2 openshift-185be3ad994dc86adc4f97808cd1ba1a300b0801.tar.xz openshift-185be3ad994dc86adc4f97808cd1ba1a300b0801.zip |
Enable registry support for image pruning
Diffstat (limited to 'roles/openshift_hosted/templates')
-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' %} |