-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Sync namespace for Event to the Application namespace (#847) #848
feat: Sync namespace for Event to the Application namespace (#847) #848
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #848 +/- ##
=======================================
Coverage 73.43% 73.43%
=======================================
Files 31 31
Lines 3136 3136
=======================================
Hits 2303 2303
Misses 695 695
Partials 138 138 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will we need RBAC changes for that to allow the image updater the creation of events in those namespaces?
732840c
to
fd60c85
Compare
) Signed-off-by: Jort Koopmans <[email protected]>
fd60c85
to
234773c
Compare
…pace) Signed-off-by: Jort Koopmans <[email protected]>
Thank you for the quick feedback. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for your contribution!
@jortkoopmans can you please take a look at the regression reported in issue #859? Thanks. |
…-labs#847) (argoproj-labs#848) Signed-off-by: Jort Koopmans <[email protected]> Signed-off-by: Tchoupinax <[email protected]>
Sync namespace for Event to the Application namespace (#847)
Note that this does assume that the kubernetes client has permissions to create Events on the particular namespace (this typically depends on cluster RBAC)