As mentioned here: <https://pulumi-community.slack...
# general
a
As mentioned here: https://pulumi-community.slack.com/archives/C84L4E3N1/p1584566065146800?thread_ts=1584546795.134700&amp;cid=C84L4E3N1
• Using
k8s.yaml.ConfigGroup
it seems that the state is tied to the directory location of the
files
. If the location of the
files
changes it's seen as a state update (deletes and recreates). Is this by design or am I missing something? Doesn't that force a consistent location for the manifests?
Am I missing something or is that how https://www.pulumi.com/docs/guides/adopting/from_kubernetes/#deploying-multiple-kubernetes-yaml-files works?