Add secret and namesapce to koji builder osbs configuration
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
e872730d88
commit
fdd944b973
1 changed files with 3 additions and 1 deletions
|
@ -109,7 +109,9 @@
|
||||||
builder_openshift_url: 'https://{{osbs_url}}',
|
builder_openshift_url: 'https://{{osbs_url}}',
|
||||||
client_config_secret: 'client_config_secret',
|
client_config_secret: 'client_config_secret',
|
||||||
reactor_config_secret: 'reactor_config_secret',
|
reactor_config_secret: 'reactor_config_secret',
|
||||||
token_secrets: 'x86-64-osbs:/var/run/secrets/atomic-reactor/x86-64-osbs'
|
token_secrets: 'x86-64-osbs:/var/run/secrets/atomic-reactor/x86-64-osbs',
|
||||||
|
namespace: 'osbs-fedora',
|
||||||
|
can_orchestrate: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue