Skip to content

Commit

Permalink
[controller] Fix internal hook and reduce image size
Browse files Browse the repository at this point in the history
Signed-off-by: v.oleynikov <[email protected]>
  • Loading branch information
duckhawk committed Aug 22, 2024
1 parent a6af692 commit c9da0d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/sds-health-watcher-controller/src/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ import (
"k8s.io/apimachinery/pkg/runtime"
apiruntime "k8s.io/apimachinery/pkg/runtime"
clientgoscheme "k8s.io/client-go/kubernetes/scheme"
mc "sds-health-watcher-controller/api"
"sigs.k8s.io/controller-runtime/pkg/healthz"
"sigs.k8s.io/controller-runtime/pkg/manager"
"sigs.k8s.io/controller-runtime/pkg/metrics/server"

mc "sds-health-watcher-controller/api"
"sds-health-watcher-controller/config"
"sds-health-watcher-controller/pkg/controller"
"sds-health-watcher-controller/pkg/kubutils"
Expand Down

0 comments on commit c9da0d6

Please sign in to comment.