Mike Smoot

Results 8 comments of Mike Smoot

I was able to get rid of `helm secrets` from my chart by using `ansible-vault` to store hard-coded secrets. My task looks something like this: ``` --- - include_vars: vault.yml...

We've seen the same behavior with k3s 1.21.4, gatekeeper 3.7.0, and helm 3.6.

@chewong In my experience this is an intermittent problem. At one point I was seeing failures maybe 1 in 10 times. I've had some luck adding `--timeout 10m` to the...

Would be nice to see this resolved.

> I managed to reproduce the error when pushing a `null` value in the output from `toList()` and using `view`: N E X T F L O W ~ version...

YES! I'd love to see something like this. I'll echo the call for errors becoming first class citizens in the dataflow so that I can write processes to handle the...

I just created a repo demonstrating a hacked up way to handle errors in _almost_ the way I want things to work. https://github.com/mes5k/nf_error. The key requirement for me is to...

@pditommaso if you'd be willing to provide a few pointers on where one might add support for a feature like this, I'd be happy to try and put a PR...