Alexander Block

Results 91 comments of Alexander Block
trafficstars

fyi, this is dependent on https://github.com/go-git/go-git/issues/706

I had support for other templating systems in the back of my head since the beginning, but never put more effort into it. I'm generally open to alternatives, but have...

@epcim I like that idea and will take it into account when/if I start working on multi template engine support.

Optimization generally LGTM, but without knowing this project well enough, I'd be worried how you got to so many files in these directories that a simple looped sed ends up...

Ah ok, so you ran it outside of the Docker build? That would explain the huge amount of time needed initially (I assume a local build ends up having much...

Yeah, error reporting is still an issue with Kluctl. I'll try to improve this for the next release and somehow map the temporary files that are involved back to the...

`EmbeddedPython` does not hold state and probably will never do so. It's really "just" a helper to embed the Python distribution/runtime itself and then execute it in a convenient way....

You could run the python cmd without a script and then redirect stdout/stdin in a way so that you can do live coding. It's then the same as running `python`...

This is most likely due to finalizers being set on one of the resources that it tries to delete. The solution here is to add better errors/warnings that print which...

`helm-chart.yaml` is not rendered as `helm-update` does not load the deployment/project. You'll need to put quotes around values that start with a templated variable to make this work.