Skip to content

Commit 90b7456

Browse files
authored
feat: Support objectOverrides (#885)
* chore: Switch secret-operator volume to ephemeral * feat: Support objectOverrides * changelog
1 parent c1a3c5e commit 90b7456

9 files changed

Lines changed: 209 additions & 62 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,19 @@ 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 ([#885]).
11+
712
### Fixed
813

914
- Also listen on the loopback interface so that k8s port-forwards work ([#870]).
1015
- The operator now utilizes the `.spec.clusterConfig.authorization.opa.package` property instead of hard-coding the package name to `nifi` ([#881]).
1116

1217
[#870]: https://github.com/stackabletech/nifi-operator/pull/870
1318
[#881]: https://github.com/stackabletech/nifi-operator/pull/881
19+
[#885]: https://github.com/stackabletech/nifi-operator/pull/885
1420

1521
## [25.11.0] - 2025-11-07
1622

Cargo.lock

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

0 commit comments

Comments
 (0)