move Mirrored catalogsource configuration ACM policy to operators#459
move Mirrored catalogsource configuration ACM policy to operators#459maorfr wants to merge 1 commit into
Conversation
WalkthroughThis PR relocates ACM mirrored catalogsource policy task execution from the day2 phase to the post-install phase. The change adds a new conditional task to post-install.yaml, removes the equivalent task from day2.yaml, updates bootstrap.sh orchestration, and reorders validation test expectations to match the new execution sequence. ChangesACM Catalog Source Policy Phase Migration
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
🚥 Pre-merge checks | ✅ 9 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (9 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
bc2aa32 to
4a98f79
Compare
you are very right. implemented exactly as you described. |
|
e2e failure related to #469 |
this step is currently executed as part of day 2 operations, but without it - core operators can not be installed on spoke clusters. moving it to be installed after operators.
Summary by CodeRabbit