Skip to content

Commit d2b919a

Browse files
marcoderamajoelanford
authored andcommitted
doc/helm: Fix minor typos in helm/user-guide.md (#1211)
1 parent 1ca4f58 commit d2b919a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/helm/user-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Helm uses a concept called [values][helm_values] to provide customizations
133133
to a Helm chart's defaults, which are defined in the Helm chart's `values.yaml`
134134
file.
135135

136-
Overriding these defaults is a simple as setting the desired values in the CR
136+
Overriding these defaults is as simple as setting the desired values in the CR
137137
spec. Let's use the number of replicas as an example.
138138

139139
First, inspecting `helm-charts/nginx/values.yaml`, we see that the chart has a
@@ -349,7 +349,7 @@ kubectl delete -f deploy/operator.yaml
349349
kubectl delete -f deploy/role_binding.yaml
350350
kubectl delete -f deploy/role.yaml
351351
kubectl delete -f deploy/service_account.yaml
352-
kubectl delete -f deploy/crds/example_v1alpha1_nginx_cr.yaml
352+
kubectl delete -f deploy/crds/example_v1alpha1_nginx_crd.yaml
353353
```
354354

355355
[layout_doc]:./project_layout.md

0 commit comments

Comments
 (0)