diff options
Diffstat (limited to 'roles')
| -rw-r--r-- | roles/openshift_hosted/templates/registry_config.j2 | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/openshift_hosted/templates/registry_config.j2 b/roles/openshift_hosted/templates/registry_config.j2 index cfe7ac81c..75d8f7fa6 100644 --- a/roles/openshift_hosted/templates/registry_config.j2 +++ b/roles/openshift_hosted/templates/registry_config.j2 @@ -13,6 +13,9 @@ storage:      accesskey: {{ openshift.hosted.registry.storage.s3.accesskey }}      secretkey: {{ openshift.hosted.registry.storage.s3.secretkey }}      region: {{ openshift.hosted.registry.storage.s3.region }} +{%   if 'regionendpoint' in openshift.hosted.registry.storage.s3 %} +    regionendpoint: {{ openshift.hosted.registry.storage.s3.regionendpoint }} +{%   endif %}      bucket: {{ openshift.hosted.registry.storage.s3.bucket }}      encrypt: false      secure: true  | 
