Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Make OwnedByHelmRelease default to true (#56)
Browse files Browse the repository at this point in the history
Make `OwnedByHelmRelease` default to `true`
  • Loading branch information
hiddeco committed Sep 30, 2019
2 parents 5cadd85 + c84fbae commit cc42a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/release/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ func (r *Release) OwnedByHelmRelease(release *hapi_release.Release, hr helmfluxv
}
}

return false
return true
}

// annotateResources annotates each of the resources created (or updated)
Expand Down

0 comments on commit cc42a77

Please sign in to comment.