Commit bc68bba
authored
[improvement][helm] Update controller tolerations to use
* Update controller tolerations to use `with` directive for consistency
Replace `if` with `with` directive in the controller tolerations template block to match Helm best practices and maintain consistency with other conditional blocks in the template.
* Update controller tolerations to remove NoSchedule toleration
* Move default controller tolerations from template to values.yamlwith directive for consistency (#534)1 parent 84f61dc commit bc68bba
File tree
2 files changed
+6
-10
lines changed- helm-chart/csi-driver
- templates
2 files changed
+6
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
| 213 | + | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | 216 | | |
225 | 217 | | |
226 | 218 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
113 | 117 | | |
114 | 118 | | |
115 | 119 | | |
| |||
0 commit comments