Skip to content

Commit

Permalink
added logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Facchetti committed Jul 3, 2023
1 parent f784af7 commit 94b7118
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/installer/condition.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ func (m *manager) bootstrapConfigMapReady(ctx context.Context) (bool, error) {
if err != nil && m.env.IsLocalDevelopmentMode() {
m.log.Printf("bootstrapConfigMapReady condition error %s", err)
}
m.log.Infof("error was %s and configmap was %s", err, cm.String())
return err == nil && cm.Data["status"] == "complete", nil
}

0 comments on commit 94b7118

Please sign in to comment.