fix: Restore tlsSupport field in CheCluster CR sample (#1278)

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
pull/1281/head
Anatolii Bazko 2022-01-05 16:09:53 +02:00 committed by GitHub
parent 2f276f8b66
commit 4ccd0bdde3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View File

@ -66,6 +66,7 @@ metadata:
"proxyPort": "",
"proxySecret": "",
"proxyURL": "",
"tlsSupport": true,
"workspaceNamespaceDefault": "<username>-che"
},
"storage": {
@ -113,7 +114,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/eclipse-che/che-operator
support: Eclipse Foundation
name: eclipse-che-preview-openshift.v7.42.0-402.next
name: eclipse-che-preview-openshift.v7.42.0-403.next
namespace: placeholder
spec:
apiservicedefinitions: {}
@ -1455,4 +1456,4 @@ spec:
maturity: stable
provider:
name: Eclipse Foundation
version: 7.42.0-402.next
version: 7.42.0-403.next

View File

@ -24,6 +24,8 @@ spec:
cheWorkspaceClusterRole: ''
# When enabled, the certificate from `che-git-self-signed-cert` ConfigMap will be propagated to the Che components and provide particular configuration for Git.
gitSelfSignedCert: false
# Deprecated. Instructs the Operator to deploy Che in TLS mode. Disabling TLS sometimes cause malfunction of some Che components.
tlsSupport: true
# URL (protocol+host name) of the proxy server. This drives the appropriate changes in the `JAVA_OPTS` and `https(s)_proxy` variables
# in the Che server and workspaces containers.
# Only use when configuring a proxy is required. Operator respects OpenShift cluster wide proxy configuration

View File

@ -20,6 +20,7 @@ spec:
cheClusterRoles: ''
cheWorkspaceClusterRole: ''
gitSelfSignedCert: false
tlsSupport: true
proxyURL: ''
proxyPort: ''
proxySecret: ''