1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 01:36:23 +00:00

Fix more copy/paste errors!

Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
David Young
2023-01-23 16:23:30 +13:00
parent f9d493c7c0
commit 1606fddea3
2 changed files with 2 additions and 2 deletions

View File

@@ -132,7 +132,7 @@ Lastly, having set the scene above, we define the HelmRelease which will actuall
## Deploy nginx-ingress-controller
Having committed the above to your flux repository, you should shortly see a nginx-ingress-controller kustomization, and in the `nginx-ingress-controller` namespace, a controller and a speaker pod for every node:
Having committed the above to your flux repository, you should shortly see a nginx-ingress-controller kustomization, and in the `nginx-ingress-controller` namespace, the expected pods happily running:
```bash
demo@shredder:~$ kubectl get pods -n nginx-ingress-controller

View File

@@ -136,7 +136,7 @@ spec:
## Deploy traefik
Having committed the above to your flux repository, you should shortly see a traefik kustomization, and in the `traefik` namespace, a controller and a speaker pod for every node:
Having committed the above to your flux repository, you should shortly see a traefik kustomization, and in the `traefik` namespace, traefik pods happily running:
```bash
demo@shredder:~$ kubectl get pods -n traefik