From c3e037b24ef8f619b2e85c10f7d9e79a5a2dcae1 Mon Sep 17 00:00:00 2001 From: Matt Moyer Date: Thu, 29 Jul 2021 09:56:00 -0500 Subject: [PATCH] Fix a broken link in .../docs/howto/configure-supervisor.md. Signed-off-by: Matt Moyer --- site/content/docs/howto/configure-supervisor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/howto/configure-supervisor.md b/site/content/docs/howto/configure-supervisor.md index d20ab21e1..89fd8d686 100644 --- a/site/content/docs/howto/configure-supervisor.md +++ b/site/content/docs/howto/configure-supervisor.md @@ -49,7 +49,7 @@ The most common ways are: and the service. For either of the first two options, if you installed using `ytt` then you can use -the related `service_*` options from [deploy/supervisor/values.yml](values.yaml) to create a Service. +the related `service_*` options from [deploy/supervisor/values.yml](https://github.com/vmware-tanzu/pinniped/blob/main/deploy/supervisor/values.yaml) to create a Service. If you installed using `install-supervisor.yaml` then you can create the Service separately after installing the Supervisor app. There is no `Ingress` included in the `ytt` templates, so if you choose to use an Ingress then you'll need to create that separately after installing the Supervisor app.