From 8b934455843c0c2ada2f979d6a026a24bcff5475 Mon Sep 17 00:00:00 2001 From: deerskindoll Date: Mon, 11 Mar 2024 14:30:06 +0100 Subject: [PATCH] remove redirection (issue #22831) --- ...port-for-git-repositories-with-self-signed-certificates.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/administration-guide/pages/deploying-che-with-support-for-git-repositories-with-self-signed-certificates.adoc b/modules/administration-guide/pages/deploying-che-with-support-for-git-repositories-with-self-signed-certificates.adoc index a01862b6fa..6597a0372c 100644 --- a/modules/administration-guide/pages/deploying-che-with-support-for-git-repositories-with-self-signed-certificates.adoc +++ b/modules/administration-guide/pages/deploying-che-with-support-for-git-repositories-with-self-signed-certificates.adoc @@ -26,7 +26,7 @@ $ {orch-cli} create configmap che-git-self-signed-cert \ --from-literal=githost=____ -n {prod-namespace} <2> ---- <1> Path to the self-signed certificate. -<2> Optional parameter to specify the Git server URL e.g. `https://git.example.com:8443`. When omitted, the self-signed certificate is used for all repositories over HTTPS. +<2> Optional parameter to specify the Git server URL e.g. pass: c,a,q`[https://git.example.com:8443`]. When omitted, the self-signed certificate is used for all repositories over HTTPS. + [NOTE] ====