diff options
author | Aaron Weitekamp <aweiteka@redhat.com> | 2017-03-20 10:05:54 -0400 |
---|---|---|
committer | Aaron Weitekamp <aweiteka@redhat.com> | 2017-03-20 10:05:54 -0400 |
commit | 2ab156ad4ed88166f5c6dc76819f0de04736f9bb (patch) | |
tree | 8ffd49164d1a2cba414c0b8fd9e8ed84b4c298dd | |
parent | b6aa824eb212ff968cc4b925bb32c05ef2ebd61d (diff) | |
download | openshift-2ab156ad4ed88166f5c6dc76819f0de04736f9bb.tar.gz openshift-2ab156ad4ed88166f5c6dc76819f0de04736f9bb.tar.bz2 openshift-2ab156ad4ed88166f5c6dc76819f0de04736f9bb.tar.xz openshift-2ab156ad4ed88166f5c6dc76819f0de04736f9bb.zip |
acceptschema2 default: true
Signed-off-by: Aaron Weitekamp <aweiteka@redhat.com>
-rw-r--r-- | roles/openshift_hosted/templates/registry_config.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_hosted/templates/registry_config.j2 b/roles/openshift_hosted/templates/registry_config.j2 index f3336334a..ca6a23f21 100644 --- a/roles/openshift_hosted/templates/registry_config.j2 +++ b/roles/openshift_hosted/templates/registry_config.j2 @@ -71,7 +71,7 @@ middleware: - name: openshift options: pullthrough: {{ openshift_hosted_registry_pullthrough | default(true) }} - acceptschema2: {{ openshift_hosted_registry_acceptschema2 | default(false) }} + acceptschema2: {{ openshift_hosted_registry_acceptschema2 | default(true) }} enforcequota: {{ openshift_hosted_registry_enforcequota | default(false) }} {% if openshift_hosted_registry_storage_provider | default('') == 's3' and openshift_hosted_registry_storage_s3_cloudfront_baseurl is defined %} storage: |