Commit 81d89f3
[CELEBORN-2256] Helm chart: add support for setting annotations on the service account (to support eks.amazonaws.com/role-arn)
### What changes were proposed in this pull request?
Adding support for setting "annotations" on the Celeborn Service Account.
Patch originally contributed by Filip Darmanovic Dzeri96
### Why are the changes needed?
This is needed to support AWS IAM roles in k8s EKS
### Does this PR resolve a correctness bug?
No
### Does this PR introduce _any_ user-facing change?
Yes, you can now configure the annotations.
### How was this patch tested?
Manual testing + unit tests
Closes apache#3595 from eolivelli/CELEBORN-2256.
Authored-by: Enrico Olivelli <eolivelli@gmail.com>
Signed-off-by: SteNicholas <programgeek@163.com>1 parent b659439 commit 81d89f3
File tree
3 files changed
+20
-0
lines changed- charts/celeborn
- templates
- tests
3 files changed
+20
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
26 | 30 | | |
27 | 31 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
405 | 405 | | |
406 | 406 | | |
407 | 407 | | |
| 408 | + | |
| 409 | + | |
408 | 410 | | |
409 | 411 | | |
410 | 412 | | |
| |||
0 commit comments