Fix some copy-paste errors on install-supervisor.md.

Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
Matt Moyer 2021-02-23 16:01:40 -06:00
parent 522210adb6
commit 852c1b7a27
No known key found for this signature in database
GPG Key ID: EAE88AD172C5AE2D

View File

@ -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.*