-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: Add jvmArgumentOverrides as well as common code (#931)
* WIP: First draft of ProductSpecificCommonConfig * v2: Allow deletion of operator generated arguments * refactor!: Make field private * WIP: Try out add, remove and removeRegex * refactor * WIP * refactor!: Use Vec instead of BTreeSet * Remove missleading function * Link to docs * Revert "Remove missleading function" This reverts commit 08759f1. * Rename merged_product_specific_common_configs -> get_product_specific_common_configs * changelog * typo * Improve changelog * Add some CRD docs * Improve rustdoc * Add some rustdoc * changelog * refactor!: Dont use Merge, implement try_merge instead * clippy * Use serde_yaml for entire_role * simplyfy merge_java_common_config_keep_order test * Update crates/stackable-operator/src/role_utils.rs Co-authored-by: Sebastian Bernauer <[email protected]> --------- Co-authored-by: Malte Sander <[email protected]>
- Loading branch information
1 parent
6f1ef43
commit 1bb891c
Showing
3 changed files
with
343 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.