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:
parent
8136c787a7
commit
f167a075dd
@ -127,10 +127,9 @@ spec:
|
|||||||
issuer: https://gitlab.your-company.example.com.
|
issuer: https://gitlab.your-company.example.com.
|
||||||
|
|
||||||
# Specify the CA bundle for the GitLab server as base64-encoded PEM
|
# Specify the CA bundle for the GitLab server as base64-encoded PEM
|
||||||
# data. This will only be needed for self-managed GitLab. For example,
|
# data. For example, the output of `cat my-ca-bundle.pem | base64`.
|
||||||
# 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:
|
tls:
|
||||||
certificateAuthorityData: "<gitlab-ca-bundle>"
|
certificateAuthorityData: "<gitlab-ca-bundle>"
|
||||||
# [...]
|
# [...]
|
||||||
|
Loading…
Reference in New Issue
Block a user