I have a use case where in I am setting up k8s resources using helm chart and also creating a custom service account which would replace the service account added by helm for deploy/pods. I can set the pod service account using patch however I would like to do the patch only if service account is not replaced. To do that I would need to retrieve the existing pods service account and I don’t see any good way to do that in Pulumi, saw something with kubernete query but that was not maintained. I have currently worked around by setting a flag but I would like that to be dynamic so what’s the best way to retreive pod spec and service account