Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
meir.pechthalt committed May 5, 2021
1 parent 057d69f commit 5017d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/utils/helm3.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ func getReleaseData(namespace, itemReleaseData string) *releaseData {
if err != nil {
return nil
}

if namespace != "" && data.Namespace != namespace {
return nil
}
Expand Down

0 comments on commit 5017d72

Please sign in to comment.