Also set cert secret correct for scratch
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
8a08126441
commit
7e908361d4
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ username = {{ default.username }}
|
|||
{% if default.password is defined %}
|
||||
password = {{ default.password }}
|
||||
{% endif %}
|
||||
{% if default.koji_certs_secret is defined %}
|
||||
{% if default.koji_certs_secret != "" %}
|
||||
koji_certs_secret = {{ default.koji_certs_secret }}
|
||||
{% endif %}
|
||||
{% if default.koji_use_kerberos is defined %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue