fix duplicates when scheduler_extra_volumes defined (#5566)
This commit is contained in:
parent
099341582a
commit
9d32e2c3b0
2 changed files with 0 additions and 2 deletions
|
@ -280,7 +280,6 @@ scheduler:
|
|||
{{ key }}: "{{ kube_kubeadm_scheduler_extra_args[key] }}"
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
extraVolumes:
|
||||
{% if scheduler_extra_volumes %}
|
||||
extraVolumes:
|
||||
{% for volume in scheduler_extra_volumes %}
|
||||
|
|
|
@ -283,7 +283,6 @@ scheduler:
|
|||
{{ key }}: "{{ kube_kubeadm_scheduler_extra_args[key] }}"
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
extraVolumes:
|
||||
{% if scheduler_extra_volumes %}
|
||||
extraVolumes:
|
||||
{% for volume in scheduler_extra_volumes %}
|
||||
|
|
Loading…
Reference in a new issue