Matt Butcher

Results 169 comments of Matt Butcher

We believe we've verified that kubectl ignores namespaces in the delete case. Our stop-gap solution is to require `-n NAMESPACE` when running an `uninstall` command. Longer term, we need to...

Good idea. We already have the `force` flag. Should this behavior be rolled into that, or should we create a separate flag?

If you take a look at `plugins/sec`, we were just starting down the road of making it easy to generate secrets (as a separate step). I _really_ like the idea...

I do like that idea. It feels right to me that we handle secrets in `install`. Otherwise, what we're going to end up with is many frustrated admins and a...

Maybe README wasn't the best name to give the file. Let's figure out a good alternative. What this file was supposed to be is documented here: https://github.com/helm/helm/blob/master/docs/awsome.md#the-readmemd-file Essentially, it's supposed...

But what does printing the description of the project give you _after_ you've installed it? What is more likely relevant is how you connect to or use the thing you...

Secretly, I was planning on reading the MD and converting it to neat-o console output, like headers being bolded and backticks being underlined and things like that.

@jchauncey would you mind mocking up a chartfile for discussion here? I'd like to get this on the 0.3 milestone.

How would we handle more complex install notes like this one? https://github.com/helm/charts/blob/master/selenium/README.md

I think we will switch back to plain text for that file. Some possible name candidates that have been tossed around: - USAGE.txt - POSTINSTALL.txt - CONFIG.txt Any others? We'll...