add missing % for jinja2 if statment in docker-registry-proxy template
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
2c76117b60
commit
5d2b0bad46
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
Order deny,allow
|
||||
Allow from all
|
||||
AuthName "Registry Authentication"
|
||||
{% if auth.type == "basic" }
|
||||
{% if auth.type == "basic" %}
|
||||
AuthType basic
|
||||
AuthUserFile {{ auth.basic.userfile_dest }}
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue