From 24e6b2832075eee40da19c0cb496e97494db7427 Mon Sep 17 00:00:00 2001 From: Andrew Butcher Date: Mon, 11 Jul 2016 11:28:48 -0400 Subject: Enable pullthrough by default in registry config for object storage. --- roles/openshift_hosted/templates/registry_config.j2 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roles') diff --git a/roles/openshift_hosted/templates/registry_config.j2 b/roles/openshift_hosted/templates/registry_config.j2 index 88704d968..ea5626642 100644 --- a/roles/openshift_hosted/templates/registry_config.j2 +++ b/roles/openshift_hosted/templates/registry_config.j2 @@ -60,6 +60,8 @@ auth: middleware: repository: - name: openshift + options: + pullthrough: {{ openshift.hosted.registry.pullthrough | default(true) }} {% if openshift.hosted.registry.storage.provider == 's3' and 'cloudfront' in openshift.hosted.registry.storage.s3 %} storage: - name: cloudfront -- cgit v1.2.3