Skip to content

Commit cef2eda

Browse files
committed
revert needsConfig check
1 parent 14fda7f commit cef2eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/pull/pull.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ func Pull(upstreamURI string, pullOptions PullOptions) (string, error) {
358358
ReportWriter: pullOptions.ReportWriter,
359359
}
360360

361-
if needsConfig && pullOptions.ConfigFile == "" {
361+
if needsConfig {
362362
if err := kotsutil.WriteKotsKinds(renderedKotsKindsMap, u.GetKotsKindsDir(writeUpstreamOptions)); err != nil {
363363
return "", errors.Wrap(err, "failed to write the rendered kots kinds")
364364
}

0 commit comments

Comments
 (0)