Skip to content

Commit

Permalink
Update lifecycle-operator/main.go
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Bacher <florian.bacher@dynatrace.com>
Signed-off-by: odubajDT <93584209+odubajDT@users.noreply.github.com>
  • Loading branch information
odubajDT and bacherfl committed Sep 19, 2023
1 parent 39df7a1 commit 1695295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lifecycle-operator/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ func main() {
setupLog.Info("starting webhook")
}
setupLog.Info("starting manager")
setupLog.Info("Keptn metrics-operator is alive")
setupLog.Info("Keptn lifecycle-operator is alive")
if err := mgr.Start(ctrl.SetupSignalHandler()); err != nil {
setupLog.Error(err, "problem running manager")
os.Exit(1)
Expand Down

0 comments on commit 1695295

Please sign in to comment.