fix file reference

This commit is contained in:
alexfornuto 2021-10-28 15:30:46 -05:00
parent aeb19d4edc
commit 045a811ff6

View file

@ -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: 1. Apply the nginx Ingress manifest to the cluster:
```bash ```bash
kubectl apply -f ingress.yaml kubectl apply -f example-ingress.yaml
``` ```
## Navigate ## Navigate