Skip to content

Commit caee702

Browse files
authored
feat: Support objectOverrides (#927)
* feat: Support objectOverrides * changelog
1 parent b6dadfc commit caee702

9 files changed

Lines changed: 253 additions & 93 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Added
8+
9+
- Support objectOverrides using `.spec.objectOverrides`.
10+
See [objectOverrides concepts page](https://docs.stackable.tech/home/nightly/concepts/overrides/#object-overrides) for details ([#927]).
11+
712
### Changed
813

914
- Refactor: move server configuration properties from the command line to configuration files. ([#911]).
@@ -18,6 +23,7 @@ All notable changes to this project will be documented in this file.
1823
[#914]: https://github.com/stackabletech/kafka-operator/pull/914
1924
[#915]: https://github.com/stackabletech/kafka-operator/pull/915
2025
[#925]: https://github.com/stackabletech/kafka-operator/pull/925
26+
[#927]: https://github.com/stackabletech/kafka-operator/pull/927
2127

2228
## [25.11.0] - 2025-11-07
2329

Cargo.lock

Lines changed: 56 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)