Skip to content
This repository was archived by the owner on Jan 25, 2019. It is now read-only.

Commit 7997810

Browse files
author
Manjunatha Shety H
committed
changed return from nil -> cr
1 parent b540522 commit 7997810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm-app-operator/pkg/helm/helm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ func (c installer) InstallRelease(r *v1alpha1.HelmApp) (*v1alpha1.HelmApp, error
9292

9393
err := processRequirements(updateReq.Chart,updateReq.Values)
9494
if err != nil {
95-
return nil, err
95+
return r, err
9696
}
9797

9898
releaseResponse, err := tiller.UpdateRelease(context.TODO(), updateReq)

0 commit comments

Comments
 (0)