I'm rendering pulumi code as yaml for argocd to pi...
# getting-started
l
I'm rendering pulumi code as yaml for argocd to pickup and sync using kustomize. I use the k8s provider
renderYamlToDirectory
arg but I noticed it just autorenders in the directory specified and we don't have control over the naming https://github.com/pulumi/pulumi-kubernetes/blob/76bf61803f9858775d800720ee13389fcd1cd6ef/provider/pkg/provider/provider.go#L3297. Is there a field I just haven't found to control this?