Unverified Commit 9d0f9a24 authored by Justin Scott's avatar Justin Scott Committed by GitHub

Merge pull request #3315 from bacongobbler/add-bracket

add missing parentheses
parents cf1c9e66 b3cc17b7
......@@ -489,7 +489,7 @@ the Kubernetes objects from the charts and all its dependencies are
Hence a single release is created with all the objects for the chart and its dependencies.
The install order of Kubernetes types is given by the enumeration InstallOrder in kind_sorter.go
(see [the Helm source file](https://github.com/kubernetes/helm/blob/master/pkg/tiller/kind_sorter.go#L26).
(see [the Helm source file](https://github.com/kubernetes/helm/blob/master/pkg/tiller/kind_sorter.go#L26)).
## Templates and Values
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment