blob: f2c136ed4183f2adec9e4effe4ae7bc390a27e2f [file] [log] [blame]
init_config:
instances:
- url: <%= @url %>
port: <%= @port %>
<% if @tags and ! @tags.empty? -%>
tags:
<%- Array(@tags).each do |tag| -%>
<%- if tag != '' -%>
- <%= tag %>
<%- end -%>
<%- end -%>
<% end -%>
options:
items: <%= @items %>
slabs: <%= @slabs %>