-
Notifications
You must be signed in to change notification settings - Fork 94
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
🐛 Fix: change singleton agent sa to work sa #279
🐛 Fix: change singleton agent sa to work sa #279
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: qiujian16 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #279 +/- ##
==========================================
+ Coverage 60.98% 61.03% +0.05%
==========================================
Files 128 128
Lines 13686 13719 +33
==========================================
+ Hits 8347 8374 +27
- Misses 4575 4580 +5
- Partials 764 765 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
bd9ac0f
to
7697e8f
Compare
Signed-off-by: Jian Qiu <jqiu@redhat.com>
LGTM |
@@ -7,7 +7,7 @@ metadata: | |||
roleRef: | |||
apiGroup: rbac.authorization.k8s.io | |||
kind: ClusterRole | |||
name: open-cluster-management:{{ .KlusterletName }}-work:execution | |||
name: open-cluster-management:{{ .KlusterletName }}-work:aggregate |
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.
since we have the aggregate rule, do we still need this binding?
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.
yes, we did
/lgtm |
bd4982f
into
open-cluster-management-io:main
Signed-off-by: ldpliu <daliu@redhat.com> Signed-off-by: ldpliu <daliu@redhat.com>
Signed-off-by: Wei Liu <liuweixa@redhat.com> Signed-off-by: Wei Liu <liuweixa@redhat.com>
Summary
Related issue(s)
Fixes #