Commit 9937fb4
authored
feat(template/helm): Allow Pod priorityClassName to be configured (#551)
* chore(template): Disable yamllint for comments-indentation
* chore: Disable yamllint for comments-indentation
* feat(template/helm): Allow Pod priority, priorityClassName, and preemptionPolicy to be configured
Part of stackabletech/issues#765
* fix(template/helm): Remove priority and preemptionPolicy.
Note: These should be configured in a PriorityClass and the admission controller will stop you setting these on the pod directly.1 parent b43316f commit 9937fb4
File tree
3 files changed
+5
-0
lines changed- template
- deploy/helm/[[operator]]/templates
3 files changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
107 | 110 | | |
108 | 111 | | |
109 | 112 | | |
0 commit comments