Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #277 from whereisaaron/master
The newer 'fullname' go template recommended by `helm create` avoids doubling up on the release/chart name. So it avoids `helm install --name stash stable/stash` leading to resources called `stash-stash-...`. Instead they are called just `stash-...`. https://github.com/kubernetes/helm/blob/7c79d1c76534074d5708eae2c5ef88ae044941db/pkg/chartutil/create.go#L237-L249
- Loading branch information