Commit f8b9343
feat(kube-stack): add command field support to collector template (open-telemetry#2096)
* feat(kube-stack): add command field support to collector template
The OpenTelemetryCollector CRD supports a `command` field, but the
chart's collector template does not render it. This adds support for
overriding the collector's entrypoint command through values.yaml,
following the same pattern as other optional fields like `args`,
`lifecycle`, etc.
Use case: users deploying BYO collector configs with init containers
that need to source environment files or wrap the collector binary
before starting.
* chore(kube-stack): bump chart version to 0.14.6
---------
Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>1 parent 6ef320c commit f8b9343
3 files changed
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
61 | 65 | | |
62 | 66 | | |
63 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
179 | 187 | | |
180 | 188 | | |
181 | 189 | | |
| |||
0 commit comments