-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com> Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
- Loading branch information
1 parent
db422eb
commit 9754a1b
Showing
10 changed files
with
364 additions
and
221 deletions.
There are no files selected for viewing
94 changes: 47 additions & 47 deletions
94
bundle/stable/eclipse-che/manifests/che-operator.clusterserviceversion.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
219 changes: 103 additions & 116 deletions
219
bundle/stable/eclipse-che/manifests/che-operator.clusterserviceversion.yaml.diff
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
75 changes: 37 additions & 38 deletions
75
bundle/stable/eclipse-che/manifests/org.eclipse.che_checlusters.yaml.diff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,41 @@ | ||
--- /home/runner/work/che-operator/che-operator/bundle/stable/eclipse-che/generated/openshift/org.eclipse.che_checlusters.yaml 2023-09-28 00:11:31.708424769 +0000 | ||
+++ /home/runner/work/che-operator/che-operator/bundle/stable/eclipse-che/manifests/org.eclipse.che_checlusters.yaml 2023-09-28 00:11:31.720425006 +0000 | ||
@@ -8164,6 +8164,39 @@ | ||
type: integer | ||
type: object | ||
type: object | ||
+ kubeRbacProxy: | ||
+ description: Configuration for kube-rbac-proxy within | ||
+ the Che gateway pod. | ||
--- /home/runner/work/che-operator/che-operator/bundle/stable/eclipse-che/generated/openshift/org.eclipse.che_checlusters.yaml 2023-10-19 00:08:36.149321105 +0000 | ||
+++ /home/runner/work/che-operator/che-operator/bundle/stable/eclipse-che/manifests/org.eclipse.che_checlusters.yaml 2023-10-19 00:08:36.161321186 +0000 | ||
@@ -4623,6 +4623,18 @@ | ||
description: Warning message displayed on the user dashboard. | ||
type: string | ||
type: object | ||
+ logLevel: | ||
+ default: ERROR | ||
+ description: The log level for the Dashboard. | ||
+ enum: | ||
+ - DEBUG | ||
+ - INFO | ||
+ - WARN | ||
+ - ERROR | ||
+ - FATAL | ||
+ - TRACE | ||
+ - SILENT | ||
+ type: string | ||
type: object | ||
devWorkspace: | ||
description: DevWorkspace Operator configuration. | ||
@@ -8177,6 +8189,19 @@ | ||
format: int32 | ||
minimum: 0 | ||
type: integer | ||
+ type: object | ||
+ oAuthProxy: | ||
+ description: Configuration for oauth-proxy within the | ||
+ Che gateway pod. | ||
+ properties: | ||
+ logLevel: | ||
+ default: 0 | ||
+ description: The glog log level for the kube-rbac-proxy | ||
+ container within the gateway pod. Larger values | ||
+ represent a higher verbosity. The default value | ||
+ is `0`. | ||
+ cookieExpireSeconds: | ||
+ default: 86400 | ||
+ description: Expire timeframe for cookie. If set | ||
+ to 0, cookie becomes a session-cookie which will | ||
+ expire when the browser is closed. | ||
+ format: int32 | ||
+ minimum: 0 | ||
+ type: integer | ||
+ type: object | ||
+ traefik: | ||
+ description: Configuration for Traefik within the Che | ||
+ gateway pod. | ||
+ properties: | ||
+ logLevel: | ||
+ default: INFO | ||
+ description: 'The log level for the Traefik container | ||
+ within the gateway pod: `DEBUG`, `INFO`, `WARN`, | ||
+ `ERROR`, `FATAL`, or `PANIC`. The default value | ||
+ is `INFO`' | ||
+ enum: | ||
+ - DEBUG | ||
+ - INFO | ||
+ - WARN | ||
+ - ERROR | ||
+ - FATAL | ||
+ - PANIC | ||
+ type: string | ||
+ type: object | ||
type: object | ||
identityProviderURL: | ||
description: Public URL of the Identity Provider server. | ||
type: object | ||
traefik: | ||
description: Configuration for Traefik within the Che |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,5 +13,5 @@ | |
package version | ||
|
||
var ( | ||
Version = "7.75.0" | ||
Version = "7.76.0" | ||
) |