-
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 <[email protected]> Co-authored-by: Mykhailo Kuznietsov <[email protected]>
- Loading branch information
1 parent
b8cc02b
commit 89055c9
Showing
22 changed files
with
3,317 additions
and
1,492 deletions.
There are no files selected for viewing
524 changes: 354 additions & 170 deletions
524
...e/stable/eclipse-che-preview-kubernetes/manifests/che-operator.clusterserviceversion.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
934 changes: 651 additions & 283 deletions
934
...ble/eclipse-che-preview-kubernetes/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
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- /home/runner/work/che-operator/che-operator/bundle/stable/eclipse-che-preview-kubernetes/generated/kubernetes/org.eclipse.che_checlusterbackups_crd.yaml 2021-10-01 07:31:00.656413251 +0000 | ||
+++ /home/runner/work/che-operator/che-operator/bundle/stable/eclipse-che-preview-kubernetes/manifests/org.eclipse.che_checlusterbackups_crd.yaml 2021-10-01 07:31:01.956487757 +0000 | ||
@@ -40,6 +40,9 @@ | ||
status: | ||
description: CheClusterBackupStatus defines the observed state of CheClusterBackup | ||
properties: | ||
+ cheVersion: | ||
+ description: Version that was backed up | ||
+ type: string | ||
message: | ||
description: Message explaining the state of the backup or an error message | ||
type: string |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- /home/runner/work/che-operator/che-operator/bundle/stable/eclipse-che-preview-kubernetes/generated/kubernetes/org_v1_che_crd.yaml 2021-10-01 07:31:00.252390096 +0000 | ||
+++ /home/runner/work/che-operator/che-operator/bundle/stable/eclipse-che-preview-kubernetes/manifests/org_v1_che_crd.yaml 2021-10-01 07:31:01.952487527 +0000 | ||
@@ -43,6 +43,9 @@ | ||
auth: | ||
description: Configuration settings related to the Authentication used by the Che installation. | ||
properties: | ||
+ debug: | ||
+ description: Debug internal identity provider. | ||
+ type: boolean | ||
externalIdentityProvider: | ||
description: 'Instructs the Operator on whether or not to deploy a dedicated Identity Provider (Keycloak or RH SSO instance). Instructs the Operator on whether to deploy a dedicated Identity Provider (Keycloak or RH-SSO instance). By default, a dedicated Identity Provider server is deployed as part of the Che installation. When `externalIdentityProvider` is `true`, no dedicated identity provider will be deployed by the Operator and you will need to provide details about the external identity provider you are about to use. See also all the other fields starting with: `identityProvider`.' | ||
type: boolean | ||
@@ -209,6 +212,9 @@ | ||
postgresImagePullPolicy: | ||
description: Overrides the image pull policy used in the PostgreSQL database deployment. Default value is `Always` for `nightly`, `next` or `latest` images, and `IfNotPresent` in other cases. | ||
type: string | ||
+ postgresVersion: | ||
+ description: 'Indicates a PostgreSQL version image to use. Allowed values are: `9.6` and `13.3`. Migrate your PostgreSQL database to switch from one version to another.' | ||
+ type: string | ||
type: object | ||
devWorkspace: | ||
description: DevWorkspace operator configuration | ||
@@ -290,7 +296,7 @@ | ||
type: boolean | ||
type: object | ||
server: | ||
- description: General configuration settings related to the Che server and the plugin and devfile registries | ||
+ description: General configuration settings related to the Che server, the plugin and devfile registries | ||
properties: | ||
airGapContainerRegistryHostname: | ||
description: Optional host name, or URL, to an alternate container registry to pull images from. This value overrides the container registry host name defined in all the default container images involved in a Che deployment. This is particularly useful to install Che in a restricted environment. |
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
Oops, something went wrong.