Skip to content

Commit

Permalink
Merge pull request #6 from bpineau/quickfix
Browse files Browse the repository at this point in the history
Typo : fix a rogue semicolon in apiserver template
  • Loading branch information
cristifalcas committed Apr 4, 2016
2 parents e3847dd + bcba668 commit 31f0205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/etc/kubernetes/apiserver.erb
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ KUBE_API_ARGS="<% -%>
<% end -%>
<% if @minimum_version.to_f >= 1.2 then -%>
--repair-malformed-updates=<%= scope['kubernetes::master::apiserver::repair_malformed_updates'] -%>
--delete-collection-workers==<%= scope['kubernetes::master::apiserver::delete_collection_workers'] -%>
--delete-collection-workers=<%= scope['kubernetes::master::apiserver::delete_collection_workers'] -%>
--kubernetes-service-node-port=<%= scope['kubernetes::master::apiserver::kubernetes_service_node_port'] -%>
<% if @watch_cache_sizes -%>
--watch-cache-sizes=<%= scope['kubernetes::master::apiserver::watch_cache_sizes'] -%>
Expand Down

0 comments on commit 31f0205

Please sign in to comment.