This message was deleted.
# general
s
This message was deleted.
g
Perhaps you could skip writing it to file, and use a transformation on the kustomize Directory instead? https://www.pulumi.com/docs/reference/pkg/kubernetes/kustomize/directory/#kustomize-directory-with-transformations
w
unfortunately that won't work either from the
yaml.Transformation
docs:
Important: any values set on the state must be prompt (not Output values).
which clashes with my password outputs
i think i found a workaround, which is to take
fileOutput
, do an
ApplyString
on it returning the directory name, and then using that directory name as an input into the
kustomize.Directory
it's roundabout but should work, trying it...