We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d24574c + 7176bc7 commit 2f20fadCopy full SHA for 2f20fad
pkg/component/controller/kine.go
@@ -55,7 +55,7 @@ var _ manager.Ready = (*Kine)(nil)
55
56
// Init extracts the needed binaries
57
func (k *Kine) Init(_ context.Context) error {
58
- logrus.Infof("initializing kine with config: %+v", k.Config)
+ logrus.Infof("initializing kine")
59
var err error
60
k.uid, err = users.GetUID(constant.KineUser)
61
if err != nil {
0 commit comments