Skip to content

Commit 20ff595

Browse files
authored
feat: Support objectOverrides (#725)
* feat: Support objectOverrides * changelog
1 parent 6e6d156 commit 20ff595

File tree

9 files changed

+252
-101
lines changed

9 files changed

+252
-101
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
- Add custom `hbase.rest.endpoint` property to the restserver `hbase-site.xml` ([#708], [#716]).
88
- The custom `hbase.rest.hostname` and native `hbase.rest.port` properties cannot be used for
99
discovery advertisement, as these should remain stable regardless of listener class used to expose the REST service.
10+
- Support objectOverrides using `.spec.objectOverrides`.
11+
See [objectOverrides concepts page](https://docs.stackable.tech/home/nightly/concepts/overrides/#object-overrides) for details ([#725]).
1012

1113
### Changed
1214

@@ -15,6 +17,7 @@
1517
[#708]: https://github.com/stackabletech/hbase-operator/pull/708
1618
[#716]: https://github.com/stackabletech/hbase-operator/pull/716
1719
[#724]: https://github.com/stackabletech/hbase-operator/pull/724
20+
[#725]: https://github.com/stackabletech/hbase-operator/pull/725
1821

1922
## [25.11.0] - 2025-11-07
2023

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)