This message was deleted.
# kubernetes
s
This message was deleted.
g
You should be able to set the provider on the resource options. Something like this:
Copy code
let secrets: pulumi.Output<output.core.v1.ObjectReference[]> = k8s.core.v1.ServiceAccount.get("ksa-".concat(ksa.name),resourceId, {provider: myProvider}).secrets;
👍 1
e
@gorgeous-egg-16927 i didn't look at the type definition very carefully but this is exactly what i was looking for. thanks!
👍 2