Julien Pervillé

Results 40 comments of Julien Pervillé

Thanks @ismell , there is also issue with docker-registry 0.8.x because there is no more requirements.txt file, it is now called requirements/main.txt... This is small difference but they prevent me...

As a workaround, it is possible to rewrite a secret base64-encoded `.data` into a plain text `.stringData`. For example with kube-prometheus, the alertmanager configuration is encoded in a secret, which...

Thank you everyone for the feedback, looking forward to having a jsonnet-enabled docker image to test.

I tried to install gojsonnet inside the kapitan 0.30.0.rc.0 docker image, not that easy: ```sh docker run --rm -ti -u 0 -w /opt/venv --entrypoint /bin/bash kapicorp/kapitan:v0.30.0-rc.0 -ce ' apt-get update...

I believe that this issue is related to #621 even if my context is slightly different (trying to produce an artefact outside of KAPITAN_ROOT while pwd'ed to KAPITAN_ROOT for me...

@ramaro sorry for delay but I think that I am using https. Here is the inventory class that I use to compile cert-manager files: ```yaml # cert-manager/letsencrypt support parameters: cert_manager:...

@ixti we got the following real world case: we are using the json-ld gem and want to frame a graph. In the following stackprof trace, we spend 26% of the...

@texpert I have updated my benchmarks to take your comments into accounts, the results are interesting if we are sure that the memoized variable is defined. It seems that it...

@Arcovion that's good enough for my use-case, since I know that the variable exist. Updating my PR with your solution as the fastest.