1
0
mirror of synced 2026-03-31 14:04:19 +00:00

Add wait log

This commit is contained in:
stefanprodan
2020-04-29 08:25:12 +03:00
parent c6793f6eaf
commit 8d15970dbe
5 changed files with 34 additions and 28 deletions

View File

@@ -152,7 +152,7 @@ func createSourceGitCmdRun(cmd *cobra.Command, args []string) error {
return err
}
logAction("waiting for git sync")
logWaiting("waiting for git sync")
if err := wait.PollImmediate(2*time.Second, timeout,
isGitRepositoryReady(ctx, kubeClient, name, namespace)); err != nil {
return err