Skip to content

Commit

Permalink
fix an extra newqline on the kubelet template
Browse files Browse the repository at this point in the history
  • Loading branch information
cristifalcas committed Oct 5, 2016
1 parent 62e6000 commit df73cab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cristifalcas-kubernetes",
"version": "3.1.0",
"version": "3.1.1",
"author": "Cristian Falcas",
"license": "Apache-2.0",
"summary": "Configuring and installing kubernetes",
Expand Down
1 change: 0 additions & 1 deletion templates/etc/kubernetes/kubelet.erb
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ KUBELET_ARGS="<% -%>
<% if @kube_api_content_type -%>
--kube-api-content-type=<%= scope['kubernetes::node::kubelet::kube_api_content_type'] -%>
<% end -%>

<% if @kube_api_qps -%>
--kube-api-qps=<%= scope['kubernetes::node::kubelet::kube_api_qps'] -%>
<% end -%>
Expand Down

0 comments on commit df73cab

Please sign in to comment.