Skip to content

Commit ef19283

Browse files
ckolostruthbk
authored andcommitted
remove spaces that break resulting yaml (DataDog#336)
1 parent f55ecd6 commit ef19283

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

templates/agent-conf.d/docker_daemon.yaml.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ instances:
8080
## Tagging
8181
##
8282
<% if @tags and ! @tags.empty? -%>
83-
tags:
83+
tags:
8484
<%- Array(@tags).each do |tag| -%>
8585
<%- if tag != '' -%>
86-
- <%= tag %>
86+
- <%= tag %>
8787
<%- end -%>
8888
<%- end -%>
8989
<% end -%>

0 commit comments

Comments
 (0)