Skip to content

Commit

Permalink
remove unwanted change
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorand committed Jan 23, 2023
1 parent ca7bc25 commit d72db69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/wrapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ import (

// RunKubeStateMetricsWrapper is a wrapper around KSM, delegated to the root command.
func RunKubeStateMetricsWrapper(opts *options.Options) {

KSMRunOrDie := func(ctx context.Context) {
if err := app.RunKubeStateMetricsWrapper(ctx, opts); err != nil {
klog.ErrorS(err, "Failed to run kube-state-metrics")
Expand Down

0 comments on commit d72db69

Please sign in to comment.