Commit b55b722
feat: support annotations on Deployment/StatefulSet in Helm chart
Add a top-level `annotations` value that gets applied to the main
Appsmith Deployment or StatefulSet metadata. This enables use cases like
Stakater Reloader (`reloader.stakater.com/auto: "true"`) and other
annotations that must live on the workload resource itself rather than
on pods. Also wires up `commonAnnotations` to the workload resource,
which was previously missing.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 65e0b58 commit b55b722
2 files changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
14 | 23 | | |
15 | 24 | | |
16 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
149 | 153 | | |
150 | 154 | | |
151 | 155 | | |
| |||
0 commit comments