Skip to content

Commit fb81c8c

Browse files
dervoetisbernauer
andauthored
feat: Support configOverrides for config.json (#818)
* feat: config overrides * chore: changelog * Update rust/operator-binary/src/controller.rs Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de> * Update rust/operator-binary/src/controller.rs Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de> * fix: address review feedback * refactor: mention role overrides first * chore: Upgrade stackable-operator to 0.110.1 * Update CHANGELOG.md Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de> * chore: move comments * chore: remove accidentally committed flake files --------- Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
1 parent b8b8d60 commit fb81c8c

22 files changed

Lines changed: 1364 additions & 708 deletions

CHANGELOG.md

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

55
## [Unreleased]
66

7+
### Added
8+
9+
- Support `configOverrides` for `config.json` ([#818]).
10+
711
### Changed
812

13+
- Bump `stackable-operator` to 0.110.1 and `snafu` to 0.9 ([#818]).
914
- Set `maxSurge=1` and `maxUnavailable=0` on the OPA DaemonSet rolling update strategy to eliminate
1015
availability gaps during rolling updates ([#819]).
1116
- Document Helm deployed RBAC permissions and remove unnecessary permissions ([#820]).
1217

18+
[#818]: https://github.com/stackabletech/opa-operator/pull/818
1319
[#819]: https://github.com/stackabletech/opa-operator/pull/819
1420
[#820]: https://github.com/stackabletech/opa-operator/pull/820
1521

0 commit comments

Comments
 (0)