fix: Restore tlsSupport field in CheCluster CR sample (#1278)
Signed-off-by: Anatolii Bazko <abazko@redhat.com>pull/1281/head
parent
2f276f8b66
commit
4ccd0bdde3
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ spec:
|
|||
cheClusterRoles: ''
|
||||
cheWorkspaceClusterRole: ''
|
||||
gitSelfSignedCert: false
|
||||
tlsSupport: true
|
||||
proxyURL: ''
|
||||
proxyPort: ''
|
||||
proxySecret: ''
|
||||
|
|
|
|||
Loading…
Reference in New Issue