Philip Bjorge

Results 27 comments of Philip Bjorge

It looks like in master of asdf right now, there is some new support for auto reshimming. https://github.com/asdf-vm/asdf/issues/409 https://github.com/asdf-vm/asdf/pull/434

iPython has this built in I guess, so there's probably no need to get this working. http://ipython.org/ipython-doc/dev/config/editors.html

@ankane -- Are there any plans to deprecate or discontinue the current interface? Over here at Leafly, we've had really great success moving from Searchkick 3 -> 4 -> and...

@timothycrosley -- I've been hacking away at this today using hug's documentation output... One challenge with this approach is that supporting parameters and outputs gets difficult to do without having...

So it seems like landscaper's method of handling secrets is not typically compatible with publicly available charts. Public charts create and reference their own secrets. It seems to me like...

@rollulus -- Yes, it will appear via helm get as a user supplied value. ``` helm get sysdig-monitoring REVISION: 1 RELEASED: Wed May 31 18:45:29 2017 CHART: sysdig-0.2.0 USER-SUPPLIED VALUES:...

@rollulus -- Any opinions on how this should be done?

@pcgamer1 -- Thanks for your hard work on this! Hoping it can make it into the codebase as we'd love this functionality!

Thanks for adding this @slyoldfox! @nicklan -- I'd love to see this merged but in the meantime can try a custom build :). Thanks! @slyoldfox -- I made a release...

I took another look at https://github.com/databricks/click/pull/111#issuecomment-501833344 The crash is on this [line](https://github.com/databricks/click/pull/111/files#diff-6ddc29489929663683965a103697a10fR167) and occurs because `user.exec.env` was null in my config. ``` - name: xxx user: exec: apiVersion: client.authentication.k8s.io/v1alpha1 args:...