Skip to content

Commit

Permalink
update: remove two SA which does not seem valid (#1254)
Browse files Browse the repository at this point in the history
Signed-off-by: Wen Zhou <wenzhou@redhat.com>
  • Loading branch information
zdtsw authored Oct 28, 2024
1 parent 133b710 commit c0e0709
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions components/modelmeshserving/modelmeshserving.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,7 @@ func (m *ModelMeshServing) ReconcileComponent(ctx context.Context,

if err := cluster.UpdatePodSecurityRolebinding(ctx, cli, dscispec.ApplicationsNamespace,
"modelmesh",
"modelmesh-controller",
"odh-prometheus-operator",
"prometheus-custom"); err != nil {
"modelmesh-controller"); err != nil {
return err
}
}
Expand Down

0 comments on commit c0e0709

Please sign in to comment.