diff --git a/api/v2/checluster_types.go b/api/v2/checluster_types.go index d3e685455..3bd14996e 100644 --- a/api/v2/checluster_types.go +++ b/api/v2/checluster_types.go @@ -482,8 +482,9 @@ type PersistentHomeConfig struct { // Determines whether the init container that initializes the persistent home directory should be disabled. // When the `/home/user` directory is persisted, the init container is used to initialize the directory before // the workspace starts. If set to true, the init container will not be created. + // Disabling the init container allows home persistence to be initialized by the entrypoint present in the workspace's first container component. // This field is not used if the `devEnvironments.persistUserHome.enabled` field is set to false. - // Enabled by default. + // The init container is enabled by default. DisableInitContainer *bool `json:"disableInitContainer,omitempty"` } diff --git a/bundle/next/eclipse-che/manifests/org.eclipse.che_checlusters.yaml b/bundle/next/eclipse-che/manifests/org.eclipse.che_checlusters.yaml index 2acd0f424..ec056d546 100644 --- a/bundle/next/eclipse-che/manifests/org.eclipse.che_checlusters.yaml +++ b/bundle/next/eclipse-che/manifests/org.eclipse.che_checlusters.yaml @@ -7059,8 +7059,9 @@ spec: Determines whether the init container that initializes the persistent home directory should be disabled. When the `/home/user` directory is persisted, the init container is used to initialize the directory before the workspace starts. If set to true, the init container will not be created. + Disabling the init container allows home persistence to be initialized by the entrypoint present in the workspace's first container component. This field is not used if the `devEnvironments.persistUserHome.enabled` field is set to false. - Enabled by default. + The init container is enabled by default. type: boolean enabled: description: |- diff --git a/config/crd/bases/org.eclipse.che_checlusters.yaml b/config/crd/bases/org.eclipse.che_checlusters.yaml index b24ad24ae..b97a66f29 100644 --- a/config/crd/bases/org.eclipse.che_checlusters.yaml +++ b/config/crd/bases/org.eclipse.che_checlusters.yaml @@ -7012,8 +7012,9 @@ spec: Determines whether the init container that initializes the persistent home directory should be disabled. When the `/home/user` directory is persisted, the init container is used to initialize the directory before the workspace starts. If set to true, the init container will not be created. + Disabling the init container allows home persistence to be initialized by the entrypoint present in the workspace's first container component. This field is not used if the `devEnvironments.persistUserHome.enabled` field is set to false. - Enabled by default. + The init container is enabled by default. type: boolean enabled: description: |- diff --git a/deploy/deployment/kubernetes/combined.yaml b/deploy/deployment/kubernetes/combined.yaml index 407addd59..d884aea4c 100644 --- a/deploy/deployment/kubernetes/combined.yaml +++ b/deploy/deployment/kubernetes/combined.yaml @@ -7033,8 +7033,9 @@ spec: Determines whether the init container that initializes the persistent home directory should be disabled. When the `/home/user` directory is persisted, the init container is used to initialize the directory before the workspace starts. If set to true, the init container will not be created. + Disabling the init container allows home persistence to be initialized by the entrypoint present in the workspace's first container component. This field is not used if the `devEnvironments.persistUserHome.enabled` field is set to false. - Enabled by default. + The init container is enabled by default. type: boolean enabled: description: |- diff --git a/deploy/deployment/kubernetes/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml b/deploy/deployment/kubernetes/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml index 5fe42433e..9323b0b10 100644 --- a/deploy/deployment/kubernetes/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml +++ b/deploy/deployment/kubernetes/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml @@ -7028,8 +7028,9 @@ spec: Determines whether the init container that initializes the persistent home directory should be disabled. When the `/home/user` directory is persisted, the init container is used to initialize the directory before the workspace starts. If set to true, the init container will not be created. + Disabling the init container allows home persistence to be initialized by the entrypoint present in the workspace's first container component. This field is not used if the `devEnvironments.persistUserHome.enabled` field is set to false. - Enabled by default. + The init container is enabled by default. type: boolean enabled: description: |- diff --git a/deploy/deployment/openshift/combined.yaml b/deploy/deployment/openshift/combined.yaml index 019185e66..2a531ce57 100644 --- a/deploy/deployment/openshift/combined.yaml +++ b/deploy/deployment/openshift/combined.yaml @@ -7033,8 +7033,9 @@ spec: Determines whether the init container that initializes the persistent home directory should be disabled. When the `/home/user` directory is persisted, the init container is used to initialize the directory before the workspace starts. If set to true, the init container will not be created. + Disabling the init container allows home persistence to be initialized by the entrypoint present in the workspace's first container component. This field is not used if the `devEnvironments.persistUserHome.enabled` field is set to false. - Enabled by default. + The init container is enabled by default. type: boolean enabled: description: |- diff --git a/deploy/deployment/openshift/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml b/deploy/deployment/openshift/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml index cba94f5d6..0840348de 100644 --- a/deploy/deployment/openshift/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml +++ b/deploy/deployment/openshift/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml @@ -7028,8 +7028,9 @@ spec: Determines whether the init container that initializes the persistent home directory should be disabled. When the `/home/user` directory is persisted, the init container is used to initialize the directory before the workspace starts. If set to true, the init container will not be created. + Disabling the init container allows home persistence to be initialized by the entrypoint present in the workspace's first container component. This field is not used if the `devEnvironments.persistUserHome.enabled` field is set to false. - Enabled by default. + The init container is enabled by default. type: boolean enabled: description: |- diff --git a/helmcharts/next/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml b/helmcharts/next/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml index 5fe42433e..9323b0b10 100644 --- a/helmcharts/next/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml +++ b/helmcharts/next/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml @@ -7028,8 +7028,9 @@ spec: Determines whether the init container that initializes the persistent home directory should be disabled. When the `/home/user` directory is persisted, the init container is used to initialize the directory before the workspace starts. If set to true, the init container will not be created. + Disabling the init container allows home persistence to be initialized by the entrypoint present in the workspace's first container component. This field is not used if the `devEnvironments.persistUserHome.enabled` field is set to false. - Enabled by default. + The init container is enabled by default. type: boolean enabled: description: |-