Skip to content

Commit

Permalink
address additional logging feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig O'Donnell committed Oct 13, 2023
1 parent 416a459 commit e6a187b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/appstate/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ func resourceStatesApplyNew(resourceStates types.ResourceStates, resourceState t
}

func GenerateStatusInformersForManifest(manifest string) []types.StatusInformerString {
logger.Info("Generating status informers from Helm release")

informers := []types.StatusInformerString{}

for _, doc := range strings.Split(manifest, "\n---\n") {
Expand Down Expand Up @@ -99,7 +101,5 @@ func GenerateStatusInformersForManifest(manifest string) []types.StatusInformerS
}
}

logger.Infof("Generating status informers from Helm release: %v", informers)

return informers
}

0 comments on commit e6a187b

Please sign in to comment.