Skip to content

feat: config overrides#818

Open
dervoeti wants to merge 2 commits intomainfrom
feat/config-overrides
Open

feat: config overrides#818
dervoeti wants to merge 2 commits intomainfrom
feat/config-overrides

Conversation

@dervoeti
Copy link
Member

Description

Fixes #756, depends on stackabletech/operator-rs#1177 to be merged.

This PR implements typed configOverrides for the OPA operator. Users can now override settings on OPA's config file config.json using JSON merge patch or JSON patches or do a full file replacement.

Definition of Done Checklist

  • Not all of these items are applicable to all PRs, the author should update this template to only leave the boxes in that are relevant
  • Please make sure all these things are done and tick the boxes

Author

  • Changes are OpenShift compatible
  • CRD changes approved
  • CRD documentation for all fields, following the style guide.
  • Helm chart can be installed and deployed operator works
  • Integration tests passed (for non trivial changes)
  • Changes need to be "offline" compatible
  • Links to generated (nightly) docs added
  • Release note snippet added

Reviewer

  • Code contains useful comments
  • Code contains useful logging statements
  • (Integration-)Test cases added
  • Documentation added or updated. Follows the style guide.
  • Changelog updated
  • Cargo.toml only contains references to git tags (not specific commits or branches)

Acceptance

  • Feature Tracker has been updated
  • Proper release label has been added
  • Links to generated (nightly) docs added
  • Release note snippet added
  • Add type/deprecation label & add to the deprecation schedule
  • Add type/experimental label & add to the experimental features tracker

@dervoeti
Copy link
Member Author

Release note

The OPA operator now supports configOverrides, which allow users to easily override settings in OPA's config.json.

@dervoeti dervoeti self-assigned this Mar 19, 2026
@dervoeti dervoeti moved this to Development: Waiting for Review in Stackable Engineering Mar 19, 2026
@sbernauer sbernauer self-requested a review March 19, 2026 08:07
@dervoeti dervoeti moved this from Development: Waiting for Review to Development: In Review in Stackable Engineering Mar 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Development: In Review

Development

Successfully merging this pull request may close these issues.

Support configOverrides for config.json

1 participant