Commit fe61d04
authored
Remove faulty suffix trim from Helm deployment (#357)
Description of changes:
Removes a suffix trim character from the Helm deployment template. This trim was causing the string to concatenate with the next line and create an error. Removing this ensures it stays as a separate line if the `priorityClassName` is specified.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.1 parent 87477ae commit fe61d04
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
0 commit comments