Ricardo Amaro

Results 69 comments of Ricardo Amaro

@roman8422 thanks for the patience. This looks good, thanks! Merging.

@roman8422 apologies, I meant to merge this for v0.30 for missed it. Merging now so it will be official in v0.31. Thank you!

@roman8422 actually no, sorry - spoke too soon as tests don't pass

@taharah running base64 in jsonnet on a secret won't work because it will base64 the reference and not the content as you say. I suggest you remove the base64 function...

Sorry, can you share some snippets to help understand your problem clearly?

I'd recommend you use a ConfigMap in that case. It should work as it doesn't use `std.base64()`

Thanks for reporting @Jean-Daniel ! It's unfortunately a very frequent problem. I guess going forward, we should remove multiprocessing from Kapitan when go-jsonnet is good and async http fetching instead...

@uberspot sounds like we missed the helm build.sh in CI?

Totally agree on switching our docker images from alpine into slim debian! But I'm not completely certain we need a command to build the helm binding. For pip users, I...