You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: bundle/stable/eclipse-che/manifests/org.eclipse.che_checlusters.yaml
+12
Original file line number
Diff line number
Diff line change
@@ -4379,11 +4379,13 @@ spec:
4379
4379
A list of hosts that can be reached directly, bypassing the proxy.
4380
4380
Specify wild card domain use the following form `.<DOMAIN>`, for example:
4381
4381
- localhost
4382
+
- 127.0.0.1
4382
4383
- my.host.com
4383
4384
- 123.42.12.32
4384
4385
Use only when a proxy configuration is required. The Operator respects OpenShift cluster-wide proxy configuration,
4385
4386
defining `nonProxyHosts` in a custom resource leads to merging non-proxy hosts lists from the cluster proxy configuration, and the ones defined in the custom resources.
4386
4387
See the following page: https://docs.openshift.com/container-platform/latest/networking/enable-cluster-wide-proxy.html.
4388
+
In some proxy configurations, localhost may not translate to 127.0.0.1. Both localhost and 127.0.0.1 should be specified in this situation.
4387
4389
items:
4388
4390
type: string
4389
4391
type: array
@@ -8003,6 +8005,16 @@ spec:
8003
8005
trustedCerts:
8004
8006
description: Trusted certificate settings.
8005
8007
properties:
8008
+
disableWorkspaceCaBundleMount:
8009
+
description: |-
8010
+
By default, the Operator creates and mounts the 'ca-certs-merged' ConfigMap
8011
+
containing the CA certificate bundle in users' workspaces at two locations:
8012
+
'/public-certs' and '/etc/pki/ca-trust/extracted/pem'.
8013
+
The '/etc/pki/ca-trust/extracted/pem' directory is where the system stores extracted CA certificates
8014
+
for trusted certificate authorities on Red Hat (e.g., CentOS, Fedora).
8015
+
This option disables mounting the CA bundle to the '/etc/pki/ca-trust/extracted/pem' directory
8016
+
while still mounting it to '/public-certs'.
8017
+
type: boolean
8006
8018
gitTrustedCertsConfigMapName:
8007
8019
description: |-
8008
8020
The ConfigMap contains certificates to propagate to the Che components and to provide a particular configuration for Git.
Copy file name to clipboardexpand all lines: helmcharts/stable/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml
+12
Original file line number
Diff line number
Diff line change
@@ -4359,11 +4359,13 @@ spec:
4359
4359
A list of hosts that can be reached directly, bypassing the proxy.
4360
4360
Specify wild card domain use the following form `.<DOMAIN>`, for example:
4361
4361
- localhost
4362
+
- 127.0.0.1
4362
4363
- my.host.com
4363
4364
- 123.42.12.32
4364
4365
Use only when a proxy configuration is required. The Operator respects OpenShift cluster-wide proxy configuration,
4365
4366
defining `nonProxyHosts` in a custom resource leads to merging non-proxy hosts lists from the cluster proxy configuration, and the ones defined in the custom resources.
4366
4367
See the following page: https://docs.openshift.com/container-platform/latest/networking/enable-cluster-wide-proxy.html.
4368
+
In some proxy configurations, localhost may not translate to 127.0.0.1. Both localhost and 127.0.0.1 should be specified in this situation.
4367
4369
items:
4368
4370
type: string
4369
4371
type: array
@@ -7970,6 +7972,16 @@ spec:
7970
7972
trustedCerts:
7971
7973
description: Trusted certificate settings.
7972
7974
properties:
7975
+
disableWorkspaceCaBundleMount:
7976
+
description: |-
7977
+
By default, the Operator creates and mounts the 'ca-certs-merged' ConfigMap
7978
+
containing the CA certificate bundle in users' workspaces at two locations:
7979
+
'/public-certs' and '/etc/pki/ca-trust/extracted/pem'.
7980
+
The '/etc/pki/ca-trust/extracted/pem' directory is where the system stores extracted CA certificates
7981
+
for trusted certificate authorities on Red Hat (e.g., CentOS, Fedora).
7982
+
This option disables mounting the CA bundle to the '/etc/pki/ca-trust/extracted/pem' directory
7983
+
while still mounting it to '/public-certs'.
7984
+
type: boolean
7973
7985
gitTrustedCertsConfigMapName:
7974
7986
description: |-
7975
7987
The ConfigMap contains certificates to propagate to the Che components and to provide a particular configuration for Git.
0 commit comments