Commit ad4fd2e
fix: Switch order of config resolution so defaults can be overridden (#597)
* switch order of config resolution so defaults can be overridden
* Allow configuring the loglevel when using Tilt (and in principle in the helm chart as well).
Default value is: "INFO"
If nothing is set, Tilt defaults to an empty string, which is the default in Helm as well and leads to the environment var not being set on the Deployment, hence using the default from our code.
This way we avoid creating multiple defaults in different places..
* revert tilt/log changes
* changelog
---------
Co-authored-by: Sönke Liebau <soenke.liebau@stackable.tech>1 parent 5c96137 commit ad4fd2e
5 files changed
Lines changed: 351 additions & 248 deletions
File tree
- rust/operator-binary/src
- tests/templates/kuttl/smoke
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| |||
0 commit comments