Skip to content

Commit 6be4fa9

Browse files
committed
refactor: remove vestiges of parsing release info text from helm deployment (GoogleContainerTools#6913)
1 parent 7c2aae6 commit 6be4fa9

File tree

4 files changed

+59
-78
lines changed

4 files changed

+59
-78
lines changed

pkg/skaffold/deploy/helm/deploy.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ func (h *Deployer) deployRelease(ctx context.Context, out io.Writer, releaseName
579579
return nil, userErr("get release", err)
580580
}
581581

582-
artifacts := parseReleaseInfo(opts.namespace, bufio.NewReader(&b))
582+
artifacts := parseReleaseManifests(opts.namespace, bufio.NewReader(&b))
583583
return artifacts, nil
584584
}
585585

0 commit comments

Comments
 (0)