From f88041210d2165d7da5e079777b9c796c9b96d78 Mon Sep 17 00:00:00 2001 From: marcoderama Date: Thu, 14 Mar 2019 17:17:03 -0700 Subject: [PATCH] doc/helm: Fix minor typos in helm/user-guide.md --- doc/helm/user-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/helm/user-guide.md b/doc/helm/user-guide.md index 85eac9911ab..f0e284c621f 100644 --- a/doc/helm/user-guide.md +++ b/doc/helm/user-guide.md @@ -133,7 +133,7 @@ Helm uses a concept called [values][helm_values] to provide customizations to a Helm chart's defaults, which are defined in the Helm chart's `values.yaml` file. -Overriding these defaults is a simple as setting the desired values in the CR +Overriding these defaults is as simple as setting the desired values in the CR spec. Let's use the number of replicas as an example. First, inspecting `helm-charts/nginx/values.yaml`, we see that the chart has a @@ -349,7 +349,7 @@ kubectl delete -f deploy/operator.yaml kubectl delete -f deploy/role_binding.yaml kubectl delete -f deploy/role.yaml kubectl delete -f deploy/service_account.yaml -kubectl delete -f deploy/crds/example_v1alpha1_nginx_cr.yaml +kubectl delete -f deploy/crds/example_v1alpha1_nginx_crd.yaml ``` [layout_doc]:./project_layout.md