Skip to content

Commit ad4fd2e

Browse files
adwk67soenkeliebau
andauthored
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

5 files changed

+351
-248
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,15 @@
2525

2626
- Fix `git-sync` functionality in case no `gitFolder` is specified.
2727
The `gitFolder` field is now non-nullable, but has a default value, resulting in no breaking change ([#596]).
28+
- Fix configOverrides by applying after defaults ([#597]).
2829

2930
[#557]: https://github.com/stackabletech/airflow-operator/pull/557
3031
[#571]: https://github.com/stackabletech/airflow-operator/pull/571
3132
[#572]: https://github.com/stackabletech/airflow-operator/pull/572
3233
[#573]: https://github.com/stackabletech/airflow-operator/pull/573
3334
[#594]: https://github.com/stackabletech/airflow-operator/pull/594
3435
[#596]: https://github.com/stackabletech/airflow-operator/pull/596
36+
[#597]: https://github.com/stackabletech/airflow-operator/pull/597
3537

3638
## [24.11.1] - 2025-01-09
3739

0 commit comments

Comments
 (0)