diff --git a/roles/osbs-client/templates/osbs.conf.j2 b/roles/osbs-client/templates/osbs.conf.j2 index f5c49fb819..dd379da12f 100644 --- a/roles/osbs-client/templates/osbs.conf.j2 +++ b/roles/osbs-client/templates/osbs.conf.j2 @@ -31,6 +31,7 @@ registry_api_versions = {{ default.registry_api_versions }} builder_openshift_url = {{ default.builder_openshift_url }} [scratch] +scratch = true {% if default.username %} username = {{ default.username }} {% endif %} @@ -56,4 +57,4 @@ builder_use_auth = {{ default.builder_use_auth }} distribution_scope = {{ default.distribution_scope }} registry_api_versions = {{ default.registry_api_versions }} builder_openshift_url = {{ default.builder_openshift_url }} -unique_tag_only = True +unique_tag_only = true