Skip to content

Commit

Permalink
Ensure correct scheduler extra arguments passed to v1beta3 template
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Dec 28, 2023
1 parent 7bebd70 commit 6b7146b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/v1beta3/config_kubeadm.yaml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ controllerManager:
<%- end -%>
<%- end -%>
scheduler:
<%- if @scheduler_merged_extra_arguments -%>
<%- if @scheduler_extra_arguments -%>
extraArgs:
<%- @scheduler_merged_extra_arguments.each do |arg| -%>
<%- @scheduler_extra_arguments.each do |arg| -%>
<%= arg %>
<%- end -%>
<%- end -%>
Expand Down

0 comments on commit 6b7146b

Please sign in to comment.