Matt Butcher

Results 169 comments of Matt Butcher

Any suggestions about what the right way to do this is? Should we do something like adding a `branch: feat/mythinger` to the `config.yaml`? Or something like `helm repo checkout foo...

Can you guys take a look at #213 and let me know what you think about appending treeishes to dependencies?

Is there an update coming on this? I talked with @mattfarina about some mitigations that would basically address my concerns, and I'm pretty interested in accepting this HIP if the...

Can someone articulate exactly what problem(s) we're trying to solve?

But why not just export $HELM_HOME in its entirety? I know @gabrtv use case, which is to facilitate his IDE's expectation that all code is under $GOPATH. But I'm really...

Here's the issue as I understand it: ## The Problem The current structure looks like this: ``` $HELM_HOME |- config.yaml

FWIW, since I've been asked a few times now, here's how I edit charts _en masse_: ``` $ export HELM_HOME=~/Code/helm_home $ helm repo add ts github.com/technosophos/charts $ cd $(helm home)/cache/ts...

I like @adamreese's idea here. That would remove the need for the user to know exactly what they need to add.

I would like to add this to 0.3 milestone, but I'm not sure I have a clear enough idea of how we'd build this.

Has anyone tested this behavior with a raw manifest file and `kubectl`? For deletes, we drop to `kubectl`. I'm going to look at the code and see what the easiest...