Add the odcs config to osbs-client role
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
511059d620
commit
6246c6b511
2 changed files with 9 additions and 0 deletions
|
@ -40,3 +40,6 @@ default:
|
|||
kerberos_keytab: ""
|
||||
kerberos_principal: ""
|
||||
registry_secret_name: ""
|
||||
builder_odcs_url: ""
|
||||
builder_odcs_insecure: false
|
||||
builder_odcs_openidc_secret: ""
|
||||
|
|
|
@ -78,6 +78,12 @@ registry_secret = {{ default.registry_secret_name }}
|
|||
{% endif %}
|
||||
builder_openshift_url = {{ default.builder_openshift_url }}
|
||||
|
||||
{% if default.builder_odcs_url %}
|
||||
odcs_url = {{ default.builder_odcs_url }}
|
||||
odcs_insecure = {{ default.builder_odcs_insecure }}
|
||||
odcs_openidc_secret = {{ default.builder_odcs_openidc_secret }}
|
||||
{% endif %}
|
||||
|
||||
[scratch]
|
||||
scratch = true
|
||||
{% if default.username is defined %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue