You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/getting-started/helm-quick-start-guide.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Helm is a package manager for Kubernetes. It behaves similar to other package ma
13
13
14
14
Helm offers several extra features on top of vanilla Kubernetes deployments, some of which are:
15
15
16
-
* The ability to group multiple Kubernetes manifests together and treat as a single entity (for deployments, rollbacks, and storage). Groups of Manifests are called[Helm Charts](https://github.com/kubernetes/helm/blob/master/docs/charts.md).
16
+
* The ability to group multiple Kubernetes manifests together and treatthemas a single entity (for deployments, rollbacks, and storage). Groups of Manifests are called[Helm Charts](https://github.com/kubernetes/helm/blob/master/docs/charts.md).
17
17
* Built-in templating for Kubernetes manifests, putting an end to custom template systems that you might use for replacing things such as the Docker tag inside a manifest.
18
18
* The ability to create Charts of Charts which contain the templates as well as default values. This means
19
19
that you can describe the dependencies of an application in the service level and deploy everything at the same time.