Hello! Azure question. I want to attach ACR repository to a new AKS cluster. I can do that via `cli...
w
Hello! Azure question. I want to attach ACR repository to a new AKS cluster. I can do that via
cli
using
--attach-acr <acr_name>
(ex.
az aks ... create --attach-acr <acr_name>
) . How can I do the same via Pulumi? I haven't found anything related to it in
KubernetesCluster
or
KubernetesClusterArgs
. Thanks!