-
Notifications
You must be signed in to change notification settings - Fork 7.5k
chore: Remove unused WaitAndGetCompletedPodPhase
#13665
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
Conversation
TerryHowe
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and DCO
cmd/helm/flags.go
Outdated
| } | ||
|
|
||
| func (p *postRendererString) Set(val string) error { | ||
| fmt.Println("set set", val) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| fmt.Println("set set", val) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fail, debugging a different issue and changes got swept in. fixed now
cmd/helm/upgrade.go
Outdated
| fmt.Println(P2) | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| fmt.Println(P2) |
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
0d3f9e0 to
d637595
Compare
robertsirc
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What this PR does / why we need it:
As noted in helm/community#374, this is unused (preemptively clean it up)
Special notes for your reviewer:
If applicable:
docs neededlabel should be applied if so)