From 852c1b7a27491b602ed33f7c9b31410be2200540 Mon Sep 17 00:00:00 2001 From: Matt Moyer Date: Tue, 23 Feb 2021 16:01:40 -0600 Subject: [PATCH] Fix some copy-paste errors on install-supervisor.md. Signed-off-by: Matt Moyer --- site/content/docs/howto/install-supervisor.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/docs/howto/install-supervisor.md b/site/content/docs/howto/install-supervisor.md index 492678421..a9cea70e3 100644 --- a/site/content/docs/howto/install-supervisor.md +++ b/site/content/docs/howto/install-supervisor.md @@ -23,9 +23,9 @@ You should have a supported Kubernetes cluster with working HTTPS ingress capabi 1. Choose your preferred [release](https://github.com/vmware-tanzu/pinniped/releases) version number and use it to replace the version number in the URL below. -1. Install theSupervisor into the `pinniped-supervisor` namespace with default options: +1. Install the Supervisor into the `pinniped-supervisor` namespace with default options: - - `kubectl apply -f https://get.pinniped.dev/v0.4.1/install-pinniped-concierge.yaml` + - `kubectl apply -f https://get.pinniped.dev/v0.4.1/install-pinniped-supervisor.yaml` *Replace v0.4.1 with your preferred version number.*