Commit 38013af
authored
MINOR: kubernetes-ingress: add activeDeadlineSeconds to crdjob configuration (#381)
Add an optional crdjob.activeDeadlineSeconds value that sets the matching
field on the CRD installation Job, bounding how long the Job may stay
active before Kubernetes terminates it as DeadlineExceeded. The field is
omitted when the value is unset, so existing installs are unaffected.
Note: the chart version is intentionally left at 1.53.1, so this value
will only be published with the next kubernetes-ingress release bump.
Signed-off-by: Dinko Korunic <dkorunic@haproxy.com>1 parent d17229e commit 38013af
3 files changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
509 | 509 | | |
510 | 510 | | |
511 | 511 | | |
| 512 | + | |
512 | 513 | | |
513 | 514 | | |
514 | 515 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
710 | 710 | | |
711 | 711 | | |
712 | 712 | | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
713 | 717 | | |
714 | 718 | | |
715 | 719 | | |
| |||
0 commit comments