-
Notifications
You must be signed in to change notification settings - Fork 68
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 (#…
…1718) (#1725) * [ACM-16286]: Ensure MCO spec addon options are propagated correctly * [ACM-16286]: Update all observabilityaddon manifests * [ACM-16286]: Ensure hub and spoke obsaddon are synced based on spec * [ACM-16286]: Allow customizing ObsAddon in spoke ns * [ACM-16286]: Comments * Add addon source annotation * Add handling for empty map * Add handling for nil maps * Add annotation predicate, update in mco mode * Fix unit test, make addon annotation constant * Update comment * Address comments * Use semantic deepequal, add test for setter * Set spoke addon correctly after comparison --------- Signed-off-by: Saswata Mukherjee <[email protected]>
- Loading branch information
1 parent
0235766
commit 64a43b5
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.