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 <[email protected]>1 parent 5c96137 commit ad4fd2e
File tree
5 files changed
+351
-248
lines changed- rust/operator-binary/src
- tests/templates/kuttl/smoke
5 files changed
+351
-248
lines changed| 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