Skip to content

Commit

Permalink
Fix exporter typo (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
yonahd authored Nov 7, 2023
1 parent 4e4d1cb commit fc58ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kor/exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func exportMetrics(includeExcludeLists IncludeExcludeLists, filterOptions *Filte

for {
fmt.Println("collecting unused resources")
if korOutput, err := GetUnusedConfigmaps(includeExcludeLists, filterOptions, clientset, outputFormat, opts); err != nil {
if korOutput, err := GetUnusedAll(includeExcludeLists, filterOptions, clientset, outputFormat, opts); err != nil {
fmt.Println(err)
os.Exit(1)
} else {
Expand Down

0 comments on commit fc58ff6

Please sign in to comment.