I see in the documentation for `kustomize` support...
# kubernetes
s
I see in the documentation for
kustomize
support that transformations "happen in memory, and are not persisted to disk." Is this still true if the
RenderYamlToDirectory
property is set on the Kubernetes provider?
I can answer my own question: when the
RenderYamlToDirectory
property is set on the Kubernetes provider, then Transformations are persisted to disk.