Commit 89b0a10
authored
Fix type of tolerations in helm chart (#267)
At the moment, the helm chart treats the deployment's tolerations as an object (similarly to nodeSelector). In the Deployment manifest however tolerations are an array (in contrast to nodeSelector). This PR makes the deployment's tolerations of type array instead of object.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.1 parent a48010c commit 89b0a10
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments