Skip to content

Commit

Permalink
Merge pull request k0sproject#4274 from k0sproject/backport-4271-to-r…
Browse files Browse the repository at this point in the history
…elease-1.27

[Backport release-1.27] Fix kind dsn leakage
  • Loading branch information
makhov authored Apr 11, 2024
2 parents 9dfd883 + 0a946b8 commit a4917af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/component/controller/kine.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ func (k *Kine) Init(_ context.Context) error {
// Run runs kine
func (k *Kine) Start(ctx context.Context) error {
logrus.Info("Starting kine")
logrus.Debugf("datasource: %s", k.Config.DataSource)
k.ctx = ctx

k.supervisor = supervisor.Supervisor{
Expand Down

0 comments on commit a4917af

Please sign in to comment.