Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
Signed-off-by: Coleen Iona Quadros <[email protected]>
  • Loading branch information
coleenquadros committed Sep 2, 2024
1 parent a9fa0e3 commit 4e16a6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ func createResourceRole(c client.Client) error {
found := &rbacv1.ClusterRole{}
err := c.Get(context.TODO(), types.NamespacedName{Name: resRoleName}, found)
if err != nil && errors.IsNotFound(err) {
log.Info("Creating endpoint-observability-res-role clusterrole test")
log.Info("Creating endpoint-observability-res-role clusterrole")
err = c.Create(context.TODO(), role)
if err != nil {
log.Error(err, "Failed to create endpoint-observability-res-role clusterrole")
Expand Down

0 comments on commit 4e16a6d

Please sign in to comment.