From f167a075ddc5ac7d9fa376bafce6c0af16e585da Mon Sep 17 00:00:00 2001 From: Matt Moyer Date: Tue, 4 May 2021 15:47:18 -0500 Subject: [PATCH] Clean up this language in configure-supervisor-with-gitlab.md a bit more. This was duplicitive. Signed-off-by: Matt Moyer --- site/content/docs/howto/configure-supervisor-with-gitlab.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/site/content/docs/howto/configure-supervisor-with-gitlab.md b/site/content/docs/howto/configure-supervisor-with-gitlab.md index d958f9aa..e81d9e59 100644 --- a/site/content/docs/howto/configure-supervisor-with-gitlab.md +++ b/site/content/docs/howto/configure-supervisor-with-gitlab.md @@ -127,10 +127,9 @@ spec: issuer: https://gitlab.your-company.example.com. # Specify the CA bundle for the GitLab server as base64-encoded PEM - # data. This will only be needed for self-managed GitLab. For example, - # the output of `cat my-ca-bundle.pem | base64`. + # data. For example, the output of `cat my-ca-bundle.pem | base64`. # - # This configuration is only necessary if your instance uses a custom CA. + # This is only necessary if your instance uses a custom CA. tls: certificateAuthorityData: "" # [...]