Skip to content

Commit

Permalink
update: remove two SA which does not seem valid
Browse files Browse the repository at this point in the history
Signed-off-by: Wen Zhou <[email protected]>
  • Loading branch information
zdtsw committed Sep 26, 2024
1 parent 4a53076 commit 69289cf
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 @@ -106,9 +106,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
}
// Update image parameters
Expand Down

0 comments on commit 69289cf

Please sign in to comment.