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 5, 2023
1 parent 82fcc0c commit b3fedfe
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 b3fedfe

Please sign in to comment.