From 5c9411108bd04f17cead64a9bf8eb7bda156bdf9 Mon Sep 17 00:00:00 2001 From: Mykola Morhun Date: Wed, 4 Nov 2020 10:33:22 +0200 Subject: [PATCH 1/2] Update k8s.tlsSecretName property behaviour doc Signed-off-by: Mykola Morhun --- .../ref_checluster-custom-resource-fields-reference.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/installation-guide/partials/ref_checluster-custom-resource-fields-reference.adoc b/modules/installation-guide/partials/ref_checluster-custom-resource-fields-reference.adoc index 15260d2d57..7aa4d1f82a 100644 --- a/modules/installation-guide/partials/ref_checluster-custom-resource-fields-reference.adoc +++ b/modules/installation-guide/partials/ref_checluster-custom-resource-fields-reference.adoc @@ -128,7 +128,7 @@ Property: Default value: Description `ingressStrategy`: `multi-host`: Strategy for ingress creation. This can be `multi-host` (host is explicitly provided in ingress), `single-host` (host is provided, path-based rules) and `default-host.*`(no host is provided, path-based rules). `securityContextFsGroup,omitempty`: `1724`: FSGroup the {prod-short} Pod and Workspace Pods containers run in. `securityContextRunAsUser`: `1724`: ID of the user the {prod-short} Pod and Workspace Pods containers run as. -`tlsSecretName`: omit: Name of a secret that is used to set ingress TLS termination if TLS is enabled. See also the `tlsSupport` field. +`tlsSecretName`: che-tls: Name of a secret that is used to set ingress TLS termination if TLS is enabled. If specified secret doesn't exist, self-signed certificate will be created. If the value empty or omitted, default ingress certificate will be used. See also the `tlsSupport` field. Note, if switch from user defined to cluster default ingress certificate, `self-signed-certificate` secret should be delete manually. :=== [id="checluster-custom-resource-installation-settings_{context}"] From 2d06eecf93ef19b0dbaf808be359cfc18e2a5268 Mon Sep 17 00:00:00 2001 From: Mykola Morhun Date: Wed, 4 Nov 2020 15:56:30 +0200 Subject: [PATCH 2/2] Update modules/installation-guide/partials/ref_checluster-custom-resource-fields-reference.adoc Co-authored-by: Yana Hontyk --- .../ref_checluster-custom-resource-fields-reference.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/installation-guide/partials/ref_checluster-custom-resource-fields-reference.adoc b/modules/installation-guide/partials/ref_checluster-custom-resource-fields-reference.adoc index 7aa4d1f82a..918c9bca15 100644 --- a/modules/installation-guide/partials/ref_checluster-custom-resource-fields-reference.adoc +++ b/modules/installation-guide/partials/ref_checluster-custom-resource-fields-reference.adoc @@ -128,7 +128,7 @@ Property: Default value: Description `ingressStrategy`: `multi-host`: Strategy for ingress creation. This can be `multi-host` (host is explicitly provided in ingress), `single-host` (host is provided, path-based rules) and `default-host.*`(no host is provided, path-based rules). `securityContextFsGroup,omitempty`: `1724`: FSGroup the {prod-short} Pod and Workspace Pods containers run in. `securityContextRunAsUser`: `1724`: ID of the user the {prod-short} Pod and Workspace Pods containers run as. -`tlsSecretName`: che-tls: Name of a secret that is used to set ingress TLS termination if TLS is enabled. If specified secret doesn't exist, self-signed certificate will be created. If the value empty or omitted, default ingress certificate will be used. See also the `tlsSupport` field. Note, if switch from user defined to cluster default ingress certificate, `self-signed-certificate` secret should be delete manually. +`tlsSecretName`: che-tls: Name of a secret that is used to set ingress TLS termination if TLS is enabled. If the specified secret does not exist, a self-signed certificate will be created. If the value empty or omitted, the default ingress certificate will be used. See also the `tlsSupport` field. Note, if switch from user-defined to cluster default ingress certificate, `self-signed-certificate` secret should be deleted manually. :=== [id="checluster-custom-resource-installation-settings_{context}"]