Skip to content
Snippets Groups Projects
Unverified Commit b5a5478a authored by Ajarmar's avatar Ajarmar Committed by GitHub
Browse files

Added tolerations for cinder-csi-nodeplugin DaemonSet (#8137)

parent 0d0468e1
No related branches found
No related tags found
No related merge requests found
......@@ -26,3 +26,5 @@ cinder_csi_controller_replicas: 1
# log on resize event. It is recommended to disable this option in this case.
# Defaults to false
# cinder_csi_rescan_on_resize: true
cinder_tolerations: []
......@@ -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 %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment