Commit 88539e9
fix(helm): correct the ui.env description, and default it to a list
The comment described `ui.env` as key-value pairs for a ConfigMap. It is neither:
`ui-deployment.yaml` splices it into the UI container's own `env:` list, so it
takes `{name, value}` entries and reaches no ConfigMap. The default changes from
`{}` to `[]` for the same reason — both are falsy to the `with` guard, so nothing
renders differently, but the type is no longer misstated.
This is the field an installed app extension's settings go in, so the note now
says so.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Signed-off-by: Nicholas Bucher <behappy54321@gmail.com>1 parent 9bf38e7 commit 88539e9
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
442 | 442 | | |
443 | 443 | | |
444 | 444 | | |
445 | | - | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
446 | 450 | | |
447 | 451 | | |
448 | 452 | | |
| |||
0 commit comments