Add namespace to osbs master configuration

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2018-03-21 10:45:23 +01:00
parent 982ca6c913
commit e872730d88

View file

@ -751,7 +751,8 @@
builder_use_auth: true,
distribution_scope: 'private',
registry_api_versions: 'v2',
builder_openshift_url: 'https://{{osbs_url}}'
builder_openshift_url: 'https://{{osbs_url}}',
namespace: 'osbs-client'
},
when: env == "staging"
}