Andrey Kartashov

Results 26 comments of Andrey Kartashov

helm dependency is w/a, and it's not complex, but * it feels awkward * values file differs from manual deployment of the same chart (and not only by moving dependency...

I've experienced the same issue several times. terragrunt version v0.36.7 on linux

for those who interested in this functionality, check https://github.com/gorilych/restarter

@apparentlymart may be it'll work w/o locking? As `installFromHTTPURL` downloads to a temporary file, why `installFromLocalArchive` can't do the same? Unpack to a temporary location and then move to final...

Actually, I think I found the problem - password sent in clear text is not null terminated. My check app starts to work if I recompile vertx-mysql client with [this...

> Just a note: perhaps it could be interesting to have a feature where authentication can be plugged, and for AWS a plugin could use the following to automate the...

> Thanks for the investigation! I have submitted a PR in #1216, can you have a try with the branch? Will be able to do this next week.