Skip to content

Commit

Permalink
tagging fix for yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gergo Rozsa committed Sep 21, 2022
1 parent 54ce36b commit f5e07bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/agent-conf.d/cassandra.yaml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ instances:
<% if @tags.length > 0 -%>
tags:
<%- @tags.each do |tag_name, tag_value| -%>
<%= tag_name %>: <%= tag_value %>
- <%= tag_name %>:<%= tag_value %>
<% end -%>
<% end -%>

Expand Down

0 comments on commit f5e07bd

Please sign in to comment.