From 1606fddea383a16ee6a8a6a8ef135a20c5c8ff48 Mon Sep 17 00:00:00 2001 From: David Young Date: Mon, 23 Jan 2023 16:23:30 +1300 Subject: [PATCH] Fix more copy/paste errors! Signed-off-by: David Young --- docs/kubernetes/ingress/nginx.md | 2 +- docs/kubernetes/ingress/traefik/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/kubernetes/ingress/nginx.md b/docs/kubernetes/ingress/nginx.md index 2a78fd6..8920177 100644 --- a/docs/kubernetes/ingress/nginx.md +++ b/docs/kubernetes/ingress/nginx.md @@ -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 diff --git a/docs/kubernetes/ingress/traefik/index.md b/docs/kubernetes/ingress/traefik/index.md index aa464c7..8d236d8 100644 --- a/docs/kubernetes/ingress/traefik/index.md +++ b/docs/kubernetes/ingress/traefik/index.md @@ -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