Hi guys We use pulumi since a few years completely...
# kubernetes
l
Hi guys We use pulumi since a few years completely "classic" but now we shift to ArgoCD and therefor we use
renderYamlToDirectory
to generate all our yaml stuff. That works so far pretty well. A thing which works strange is the
refresh
command/argument for pulumi in this case. When files got deleted on the FS pulumi can not detect that fact and there is in my opinion no way to enforce pulumi to see that change or at least to enforce to rerender all files. Is that correct? Or is there a way and I missed it? Is it really necessary to destroy first the complete stack, delete all files and folders to be sure and then the up/rerender again? Thank you 🙂