Skip to content

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
Signed-off-by: dkwon17 <dakwon@redhat.com>
  • Loading branch information
dkwon17 authored and ibuziuk committed Aug 14, 2024
1 parent f72bd97 commit 260ace0
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 8 deletions.
3 changes: 2 additions & 1 deletion api/v2/checluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: |-
Expand Down
3 changes: 2 additions & 1 deletion config/crd/bases/org.eclipse.che_checlusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |-
Expand Down
3 changes: 2 additions & 1 deletion deploy/deployment/kubernetes/combined.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: |-
Expand Down
3 changes: 2 additions & 1 deletion deploy/deployment/openshift/combined.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: |-
Expand Down

0 comments on commit 260ace0

Please sign in to comment.