From b2c196ebf7ee97adfdad7fc8458bc79b1507d14d Mon Sep 17 00:00:00 2001
From: Pavol Loffay
Date: Tue, 29 Aug 2023 14:35:21 +0200
Subject: [PATCH] Fix
Signed-off-by: Pavol Loffay
---
pkg/cmd/start/bootstrap.go | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/pkg/cmd/start/bootstrap.go b/pkg/cmd/start/bootstrap.go
index 7988298a3a..617383adb5 100644
--- a/pkg/cmd/start/bootstrap.go
+++ b/pkg/cmd/start/bootstrap.go
@@ -5,13 +5,14 @@ import (
"crypto/tls"
"flag"
"fmt"
- "k8s.io/apimachinery/pkg/fields"
- "k8s.io/apimachinery/pkg/labels"
"os"
"runtime"
"strings"
"time"
+ "k8s.io/apimachinery/pkg/fields"
+ "k8s.io/apimachinery/pkg/labels"
+
osimagev1 "github.com/openshift/api/image/v1"
"github.com/spf13/pflag"
"github.com/spf13/viper"