Andrew N Golovkov

Results 15 comments of Andrew N Golovkov

> also pretty sure that you cannot import a binary file like a TGZ file using importstr - ultimately this is a json string and needs to be valid UTF8...

`importstr 'data://....'` but yeah the approach is hacky but should work OK.

@gotwarlost That issue was only about cluster credentials, which are taken from kubeconfig file, which can be non-existant in some cases.

@gotwarlost any updates here? The PR is open for a quite some time and contains meaningful changes. Could you please consider reviewing it again?

Sorry, I did not try it yet and not sure will I have time to test it in the near future.

> I have some strong feelings about github. Unless I can avoid it, I prefer decentralized work with git remotes for small projects. Now this decentralized work is just lost....

@harsimranmaan since https://github.com/splunk/qbec/issues/286 function `expandHelmTemplate` might be considered as a stable one. Could you please merge this change?

As additional point: if ever #265 helm datasource will be implemented, datasources exists only for `qbec`, not for `jsonnet-qbec`. So some of the functionality of the `jsonnet-qbec` will be lost.

> function that was written for helm2 and make sure it still works for helm3 We tested it with helm3 and it just works. Documentation need to be updated tho...