This message was deleted.
# azure
s
This message was deleted.
b
hey! You need to export the
kubeConfig
from your cluster creation and then set a provider. Here's an example: https://github.com/pulumi/examples/blob/master/azure-ts-aks-helm/cluster.ts#L41-L43 You'll need to make sure you set that povider on your
tillerSA
service account similar to this https://github.com/pulumi/examples/blob/master/azure-ts-aks-helm/index.ts#L13
👍 1