This message was deleted.
# kubernetes
s
This message was deleted.
g
Yea, I believe this should do it.
Copy code
const k8sProvider = new k8s.Provider(projectName, {
    kubeconfig: pulumi.secret(kubeconfig), // <-- use pulumi.secret(...)
});
b
Thanks, that works great! I thought I had tried that earlier and had it fail, but I must have not. 🙂