Skip to content

Commit

Permalink
Merge pull request #637 from garden-io/k8s-log-improvement
Browse files Browse the repository at this point in the history
improvement(k8s): more granular status message while deploying
  • Loading branch information
edvald authored Mar 18, 2019
2 parents 226a251 + c2c7060 commit 5cb27c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion garden-service/src/plugins/kubernetes/status.ts
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,9 @@ export async function checkWorkloadStatus(
}
}

out.lastMessage = statusMsg
if (!out.lastMessage) {
out.lastMessage = statusMsg
}

return out
}
Expand Down

0 comments on commit 5cb27c2

Please sign in to comment.