Skip to content

Commit

Permalink
Update pdbs.go
Browse files Browse the repository at this point in the history
  • Loading branch information
loaynaser3 authored Sep 4, 2023
1 parent c3aaae1 commit f52fdbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kor/pdbs.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func GetUnusedPdbsJson(includeExcludeLists IncludeExcludeLists, kubeconfig strin
}

func GetUnusedPdbsYAML(includeExcludeLists IncludeExcludeLists, kubeconfig string) (string, error) {
jsonResponse, err := GetUnusedConfigmapsJSON(includeExcludeLists, kubeconfig)
jsonResponse, err := GetUnusedPdbsJson(includeExcludeLists, kubeconfig)
if err != nil {
fmt.Println(err)
}
Expand Down

0 comments on commit f52fdbd

Please sign in to comment.