We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90ce643 + 5c99c94 commit 9659c2eCopy full SHA for 9659c2e
1 file changed
templates/agent-conf.d/redisdb.yaml.erb
@@ -25,15 +25,15 @@ instances:
25
<%- if key != '' -%>
26
- <%= key %>
27
<%- end -%>
28
- <% end -%>
+ <%- end -%>
29
<% end -%>
30
<% if instance['tags'] and unless instance['tags'].empty? -%>
31
tags:
32
<%- Array(instance['tags'] ).each do |tag| -%>
33
<%- if tag != '' -%>
34
- <%= tag %>
35
36
37
38
39
0 commit comments