From 045a811ff6c89409bf06a210de0221e2356376bd Mon Sep 17 00:00:00 2001 From: alexfornuto Date: Thu, 28 Oct 2021 15:30:46 -0500 Subject: [PATCH] fix file reference --- docs/docs/k8s/helm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/k8s/helm.md b/docs/docs/k8s/helm.md index 327e4d658..dd3db7907 100644 --- a/docs/docs/k8s/helm.md +++ b/docs/docs/k8s/helm.md @@ -181,7 +181,7 @@ If you haven't already, install cert-manager and create a CA issuer. You can fol 1. Apply the nginx Ingress manifest to the cluster: ```bash - kubectl apply -f ingress.yaml + kubectl apply -f example-ingress.yaml ``` ## Navigate