diff options
Diffstat (limited to 'roles/openshift_hosted')
| -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 9673841bf..fc9272679 100644 --- a/roles/openshift_hosted/templates/registry_config.j2 +++ b/roles/openshift_hosted/templates/registry_config.j2 @@ -22,7 +22,7 @@ storage:  {%   endif %}      bucket: {{ openshift_hosted_registry_storage_s3_bucket }}      encrypt: {{ openshift_hosted_registry_storage_s3_encrypt | default(false) }} -{% if openshift_hosted_registry_storage_s3_kmskeyid %} +{% if openshift_hosted_registry_storage_s3_kmskeyid is defined %}      keyid: {{ openshift_hosted_registry_storage_s3_kmskeyid }}  {% endif %}      secure: true | 
