I have not been able to find anything that will le...
# general
m
I have not been able to find anything that will let me bootstrap Flux with Pulumi (like this for terraform). If anyone know of something I have missed here, I would love to see it before I invest more time on this on my own.
b
flux installation is just a series of manifests, you can choose to reverse engineer that or bridge the provider
m
True, just checking if anyone has done that already and I could just use that. Guess I’ll look into writing some stuff for it tomorrow.
Sorry to bring this up again, but could a potential solution be to use Command and run the flux CLI bootstrap flow this way? As long as I add the correct create / delete “hooks” that should be fine, right?
b
Yes that'd work!
👍 1