Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update k8s.tlsSecretName property behaviour doc #1687

Merged
merged 2 commits into from
Nov 24, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
mmorhun marked this conversation as resolved.
Show resolved Hide resolved
:===

[id="checluster-custom-resource-installation-settings_{context}"]
Expand Down