Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion manager/manifests/cluster-autoscaler.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ data:
{% endif %}
{% endfor %}
{% if found['priority'] %}
{{ 101-p }}:
{{ p }}:
{% endif %}
{% for ng in config['node_groups'] %}
{% if ng['priority'] == p %}
Expand Down