Skip to content

Commit

Permalink
refactor error message
Browse files Browse the repository at this point in the history
Signed-off-by: pjuarezd <[email protected]>
  • Loading branch information
pjuarezd committed Aug 25, 2023
1 parent dcb20fb commit b995b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/main-controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ func (c *Controller) syncHandler(key string) (Result, error) {
if utils.GetOperatorRuntime() == common.OperatorRuntimeOpenshift {
err := c.checkOpenshiftSignerCACertInOperatorNamespace(ctx)
if err != nil {
klog.Errorf("Could not update csr-signer secret, %#v", err)
klog.Errorf("Error checking openshift-csr-signer-ca secret, %#v", err)
}
}

Expand Down

0 comments on commit b995b0e

Please sign in to comment.