Skip to content

Commit

Permalink
More whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mickenordin committed Mar 20, 2024
1 parent dbc630e commit b483149
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/frontend/docker-compose_template.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ services:
- 'haproxy_data:/etc/haproxy'
- 'haproxy_control:/var/run/haproxy-control'
<% if @multi_certs.is_a? Array and @multi_certs.size > 1 -%>
<%- index = 0 -%>
<% @multi_certs.each do |cert| -%>
<%- index = 0 -%>
<% @multi_certs.each do |cert| -%>
- /opt/frontend/config/<%= @instance %>/certs/tls_certificate_bundle.<%= index %>.pem:<%= cert %>:ro
<%- index += 1 -%>
<% end -%>
<%- index += 1 -%>
<% end -%>
<% elsif @tls_certificate_bundle -%>
- /opt/frontend/config/<%= @instance %>/certs/tls_certificate_bundle.pem:<%= @tls_certificate_bundle %>:ro
<% else -%>
Expand Down

0 comments on commit b483149

Please sign in to comment.