Skip to content

Commit f68f7df

Browse files
authored
Merge pull request #117 from kattekrab/patch-2
Grammar tweak to 1-the-basics.md LGTM ! thanks
2 parents 14319e1 + 3fdf5e5 commit f68f7df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/1-the-manual-menace/1-the-basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ oc new-project ${TEAM_NAME}-ci-cd
4949
![new-project](./images/new-project.png)
5050

5151
### Helm 101
52-
> Helm is the package manager for Kubernetes. It provides a way to templatise the Kubernetes YAML that make up our application. The Kubernetes resources such as `DeploymentConfig`, `Route` & `Service` can be processed by supplying `values` to the templates. In Helm land, there are a few ways to do this. A package containing the templates and their default values is called a `chart`.
52+
> Helm is the package manager for Kubernetes. It provides a way to create templates for the Kubernetes YAML that defines our application. The Kubernetes resources such as `DeploymentConfig`, `Route` & `Service` can be processed by supplying `values` to the templates. In Helm land, there are a few ways to do this. A package containing the templates and their default values is called a `chart`.
5353
5454
Let's deploy a simple application using Helm.
5555

0 commit comments

Comments
 (0)