Skip to content

Commit fd31039

Browse files
authored
feat: Support objectOverrides (#93)
* feat: Support objectOverrides * changelog * Silence clippy
1 parent ee4164f commit fd31039

11 files changed

Lines changed: 259 additions & 87 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ All notable changes to this project will be documented in this file.
99
- Allow the configuration of TLS for the HTTP and TRANSPORT ports with the operator ([#55]).
1010
- Add the role group as a node attribute ([#63]).
1111
- Allow adding entries to the OpenSearch keystore ([#76]).
12+
- Support objectOverrides using `.spec.objectOverrides`.
13+
See [objectOverrides concepts page](https://docs.stackable.tech/home/nightly/concepts/overrides/#object-overrides) for details ([#93]).
1214

1315
### Changed
1416

@@ -18,6 +20,7 @@ All notable changes to this project will be documented in this file.
1820
[#63]: https://github.com/stackabletech/opensearch-operator/pull/63
1921
[#76]: https://github.com/stackabletech/opensearch-operator/pull/76
2022
[#91]: https://github.com/stackabletech/opensearch-operator/pull/91
23+
[#93]: https://github.com/stackabletech/opensearch-operator/pull/93
2124

2225
## [25.11.0] - 2025-11-07
2326

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)