forked from stolostron/multicluster-observability-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ACM-16286]: Ensure MCO spec addon options are propagated correctly (s…
…tolostron#1718) * [ACM-16286]: Ensure MCO spec addon options are propagated correctly Signed-off-by: Saswata Mukherjee <[email protected]> * [ACM-16286]: Update all observabilityaddon manifests Signed-off-by: Saswata Mukherjee <[email protected]> * [ACM-16286]: Ensure hub and spoke obsaddon are synced based on spec Signed-off-by: Saswata Mukherjee <[email protected]> * [ACM-16286]: Allow customizing ObsAddon in spoke ns Signed-off-by: Saswata Mukherjee <[email protected]> * [ACM-16286]: Comments Signed-off-by: Saswata Mukherjee <[email protected]> * Add addon source annotation Signed-off-by: Saswata Mukherjee <[email protected]> * Add handling for empty map Signed-off-by: Saswata Mukherjee <[email protected]> * Add handling for nil maps Signed-off-by: Saswata Mukherjee <[email protected]> * Add annotation predicate, update in mco mode Signed-off-by: Saswata Mukherjee <[email protected]> * Fix unit test, make addon annotation constant Signed-off-by: Saswata Mukherjee <[email protected]> * Update comment Signed-off-by: Saswata Mukherjee <[email protected]> * Address comments Signed-off-by: Saswata Mukherjee <[email protected]> * Use semantic deepequal, add test for setter Signed-off-by: Saswata Mukherjee <[email protected]> * Set spoke addon correctly after comparison Signed-off-by: Saswata Mukherjee <[email protected]> --------- Signed-off-by: Saswata Mukherjee <[email protected]>
- Loading branch information
1 parent
0235766
commit 7db60ca
Showing
7 changed files
with
368 additions
and
41 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ import ( | |
|
||
const ( | ||
pullSecretName = "test-pull-secret" | ||
workSize = 13 | ||
workSize = 14 | ||
) | ||
|
||
func init() { | ||
|
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.