Commit c5c8e822 authored by Adam Reese's avatar Adam Reese

feat(tiller): record release status deployed

parent 0acbcdd5
......@@ -286,7 +286,10 @@ func (s *releaseServer) InstallRelease(c ctx.Context, req *services.InstallRelea
// this stored in the future.
if err := s.env.Releases.Create(r); err != nil {
log.Printf("warning: Failed to record release %q: %s", name, err)
return res, nil
}
r.Info.Status.Code = release.Status_DEPLOYED
return res, nil
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment