Clean up this language in configure-supervisor-with-gitlab.md a bit more.

This was duplicitive.

Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
Matt Moyer 2021-05-04 15:47:18 -05:00
parent 8136c787a7
commit f167a075dd
No known key found for this signature in database
GPG Key ID: EAE88AD172C5AE2D
1 changed files with 2 additions and 3 deletions

View File

@ -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: "<gitlab-ca-bundle>"
# [...]