squakez commented on code in PR #6818:
URL: https://github.com/apache/camel-k/pull/6818#discussion_r4036676956


##########
pkg/cmd/operator/operator.go:
##########
@@ -202,6 +202,8 @@ func Run(healthPort, monitoringPort int32, leaderElection 
bool, leaderElectionID
                selectors[&batchv1.CronJob{}] = selector
        }
 
+       platform.CertManagerInstalled, _ = 
kubernetes.IsAPIResourceInstalled(bootstrapClient, "cert-manager.io/v1", 
"ClusterIssuer")

Review Comment:
   Let's make sure to fail if there is an error, or at least log something 
about the error



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to