mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-08 02:58:29 +03:00
Added tolerations for cinder-csi-nodeplugin DaemonSet (#8137)
This commit is contained in:
@@ -121,3 +121,7 @@ spec:
|
||||
path: {{ kube_config_dir }}/cinder-cacert.pem
|
||||
type: FileOrCreate
|
||||
{% endif %}
|
||||
{% if cinder_tolerations %}
|
||||
tolerations:
|
||||
{{ cinder_tolerations | to_nice_yaml(indent=2) | indent(width=8) }}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user