Add support for configmap and secret resources
I have created support bundles containing these resources not included in cluster-resources collector following the documentation: https://troubleshoot.sh/docs/collect/configmap/ and https://troubleshoot.sh/docs/collect/secret/ but subsequently running the kubectl commands produces errors like these:
Error from server (NotFound): Unable to list "/v1, Resource=configmaps": the server could not find the requested resource (get configmaps)
I imagine this is because configmaps and secrets are stored in parallel folders. Could they not be read from there?

Hi, thanks for the report!
Unfortunately, as you know, sbctl looks in the cluster-resources directory only.
We should fix that in Troubleshoot - I'll move this issue to the Troubleshoot project so that it can get assigned. The change I'd like to see is that we either have sbctl able to search multiple directories, or more likely we add secrets and configmaps to cluster-resources.