mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
fix: correct indent of cpuManagerPolicyOptions (#12123)
This commit is contained in:
@@ -120,7 +120,7 @@ cpuManagerPolicy: {{ kubelet_cpu_manager_policy }}
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% if kubelet_cpu_manager_policy_options is defined %}
|
{% if kubelet_cpu_manager_policy_options is defined %}
|
||||||
cpuManagerPolicyOptions:
|
cpuManagerPolicyOptions:
|
||||||
{{ kubelet_cpu_manager_policy_options | to_nice_yaml(indent=2) }}
|
{{ kubelet_cpu_manager_policy_options | to_nice_yaml(indent=2) | indent(width=2) }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if kubelet_topology_manager_policy is defined %}
|
{% if kubelet_topology_manager_policy is defined %}
|
||||||
topologyManagerPolicy: {{ kubelet_topology_manager_policy }}
|
topologyManagerPolicy: {{ kubelet_topology_manager_policy }}
|
||||||
|
|||||||
Reference in New Issue
Block a user