Skip to content

Commit dbd9960

Browse files
minor typo fix
1 parent 8513764 commit dbd9960

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/learning-paths/servers-and-cloud-computing/helm-on-gcp

content/learning-paths/servers-and-cloud-computing/helm-on-gcp/nginx-helm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ my-nginx/
2828

2929
### Clean templates
3030

31-
The default Helm chart includes several files that aren't required for a basic Redis deployment. Remove the following files from `my-nginx/templates/` to avoid unnecessary complexity and template errors: ingress.yaml, hpa.yaml, serviceaccount.yaml, tests/, NOTES.txt, and httproute.yaml.
31+
The default Helm chart includes several files that aren't required for a basic Nginx deployment. Remove the following files from `my-nginx/templates/` to avoid unnecessary complexity and template errors: ingress.yaml, hpa.yaml, serviceaccount.yaml, tests/, NOTES.txt, and httproute.yaml.
3232

3333
```console
3434
cd ./my-nginx/templates

0 commit comments

Comments
 (0)