Skip to content

Commit

Permalink
Jsonnet: recursively remove null values from overrides config (#9116)
Browse files Browse the repository at this point in the history
* Jsonnet: recursively remove zero values from overrides config

Signed-off-by: Marco Pracucci <[email protected]>

* Only remove null fields

Signed-off-by: Marco Pracucci <[email protected]>

* Update CHANGELOG

Signed-off-by: Marco Pracucci <[email protected]>

* Added jsonnet test

Signed-off-by: Marco Pracucci <[email protected]>

* Improved jsonnet test

Signed-off-by: Marco Pracucci <[email protected]>

---------

Signed-off-by: Marco Pracucci <[email protected]>
  • Loading branch information
pracucci authored Aug 28, 2024
1 parent 40da1cb commit ba81e66
Show file tree
Hide file tree
Showing 5 changed files with 1,658 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
* [CHANGE] Changed the following config options when the experimental ingest storage is enabled: #8874
* `ingest_storage_ingester_autoscaling_min_replicas` changed to `ingest_storage_ingester_autoscaling_min_replicas_per_zone`
* `ingest_storage_ingester_autoscaling_max_replicas` changed to `ingest_storage_ingester_autoscaling_max_replicas_per_zone`
* [CHANGE] Changed the overrides configmap generation to remove any field with `null` value. #9116
* [FEATURE] Add support for automatically deleting compactor, store-gateway and read-write mode backend PVCs when the corresponding StatefulSet is scaled down. #8382
* [ENHANCEMENT] Added the following config options to set the number of partition ingester replicas when migrating to experimental ingest storage. #8517
* `ingest_storage_migration_partition_ingester_zone_a_replicas`
Expand Down
Loading

0 comments on commit ba81e66

Please sign in to comment.