File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ Helm uses a concept called [values][helm_values] to provide customizations
133
133
to a Helm chart's defaults, which are defined in the Helm chart's ` values.yaml`
134
134
file.
135
135
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
137
137
spec. Let's use the number of replicas as an example.
138
138
139
139
First, inspecting `helm-charts/nginx/values.yaml`, we see that the chart has a
@@ -349,7 +349,7 @@ kubectl delete -f deploy/operator.yaml
349
349
kubectl delete -f deploy/role_binding.yaml
350
350
kubectl delete -f deploy/role.yaml
351
351
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
353
353
` ` `
354
354
355
355
[layout_doc]:./project_layout.md
You can’t perform that action at this time.
0 commit comments