Every time I need to do this I come across this answer and every time I can't find what I need so I just leave this for you and future me:
kubectl get secrets -o json | jq '.items[] | {name: .metadata.name,data: .data|map_values(@base64d)}' | grep <what-are-you-lookng-for> -C 5