Denis Baryshev
Denis Baryshev
@lakshmi-kannan @armab I didn't get this. But @armab has found an issue long time ago that docker stuff doesn't work under vagrant. Right? I see absolutely no point in using...
More quirks, see the boolkey 
@He1pa Sure I will. Thank you! Regarding ... > Have you defined boolkey? I have no idea why this "glitching" comes in. But the boolkey is the result of splitting...
Hey @mumoshu, sorry for the delay. Well, speaking about sync, I envision branch based scenarios. For example let's say we have some remote git repo similar to cloudposse/helmfiles and we...
@mumoshu In a pipeline it can be mitigated by simply running without caching, so generally `rm -rf` is not needed. During development however it would be nice to avoid `-rm`....
@mumoshu Hey! This is good point, how... I think the most straightforward way could be to encode this into the path, WDYT?: ``` path: git::https://github.com/cloudposse/helmfiles.git@releases/kiam.yaml?ref=main&sync=true ``` Also check the ref...
@mumoshu Hi there. Thanks for paying attention to these all. Well I'm starting to doubt that it can be easily implemented. The bellow case makes me think that it won't...
Possibly this one is related too, running `v0.10.7`: ``` import .providers # module resources = { # v # module "providers": providers.installProviders # [Provider] # v # [Provider] "vault-config": providers.vaultConfig...
Also, @Peefy please note that 0.10.7 behaves strange with modules, they appear exposed similarly to variables. However this one is unexpected, since the scope for `import ...` identifiers should be...
Hello, @Peefy I'd like to kindly ask about any plans for this? Also what bothers me a bit, is an unclear migration path from from 0.9.8 to 0.11.x. 1) First...