Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Surface error for render #4758

Merged
merged 1 commit into from
Sep 9, 2020
Merged

Conversation

nkubala
Copy link
Contributor

@nkubala nkubala commented Sep 2, 2020

fixes #4726

this error was getting swallowed because the same buffer used to capture the templated manifests output by helm was also capturing stderr in the case of a failure, which was getting thrown away.

@nkubala nkubala requested a review from a team as a code owner September 2, 2020 22:06
@nkubala nkubala requested a review from tejal29 September 2, 2020 22:06
@codecov
Copy link

codecov bot commented Sep 2, 2020

Codecov Report

Merging #4758 into master will increase coverage by 0.00%.
The diff coverage is 50.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #4758   +/-   ##
=======================================
  Coverage   73.70%   73.71%           
=======================================
  Files         345      345           
  Lines       13741    13743    +2     
=======================================
+ Hits        10128    10130    +2     
  Misses       2981     2981           
  Partials      632      632           
Impacted Files Coverage Δ
pkg/skaffold/deploy/helm.go 79.14% <50.00%> (+0.11%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4b3ca59...469a588. Read the comment docs.

pkg/skaffold/deploy/helm.go Outdated Show resolved Hide resolved
@nkubala nkubala merged commit 9cd560b into GoogleContainerTools:master Sep 9, 2020
@nkubala nkubala deleted the render-error branch June 17, 2021 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Render not displaying error message
4 participants