32 lines
1.7 KiB
Diff
32 lines
1.7 KiB
Diff
--- /home/runner/work/che-operator/che-operator/bundle/stable/eclipse-che-preview-openshift/generated/openshift/org.eclipse.che_checlusters.yaml 2022-10-12 19:58:39.328318794 +0000
|
|
+++ /home/runner/work/che-operator/che-operator/bundle/stable/eclipse-che-preview-openshift/manifests/org.eclipse.che_checlusters.yaml 2022-10-12 19:58:39.340319593 +0000
|
|
@@ -5407,6 +5407,7 @@
|
|
defaultNamespace:
|
|
autoProvision: true
|
|
template: <username>-che
|
|
+ disableContainerBuildCapabilities: true
|
|
secondsOfInactivityBeforeIdling: 1800
|
|
secondsOfRunBeforeIdling: -1
|
|
storage:
|
|
@@ -6960,6 +6961,10 @@
|
|
type: array
|
|
type: object
|
|
type: array
|
|
+ disableContainerBuildCapabilities:
|
|
+ default: true
|
|
+ description: Disables the container build capabilities.
|
|
+ type: boolean
|
|
nodeSelector:
|
|
additionalProperties:
|
|
type: string
|
|
@@ -7121,6 +7126,9 @@
|
|
description: GitHubService enables users to work with repositories
|
|
hosted on GitHub (GitHub.com or GitHub Enterprise).
|
|
properties:
|
|
+ disableSubdomainIsolation:
|
|
+ description: Disables subdomain isolation.
|
|
+ type: boolean
|
|
endpoint:
|
|
default: https://github.com
|
|
description: GitHub server endpoint URL.
|