fix docker-distribution role template to conditionally set tls cert
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
2a1210a987
commit
2b9dcabeda
1 changed files with 2 additions and 0 deletions
|
@ -9,7 +9,9 @@ storage:
|
|||
rootdirectory: {{ storage.filesystem.rootdirectory }}
|
||||
http:
|
||||
addr: {{ http.addr }}
|
||||
{% if tls.enabled %}
|
||||
tls:
|
||||
certificate: {{ tls.certificate }}
|
||||
key: {{ tls.key }}
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue