Skip to content

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
Signed-off-by: dkwon17 <[email protected]>
  • Loading branch information
dkwon17 committed Aug 12, 2024
1 parent fcf092a commit ae26812
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion api/v2/checluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ 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.
// This field is not used if the `workspace.persistUserHome.enabled` field is set to false.
// This field is not used if the `devEnvironments.persistUserHome.enabled` field is set to false.
// Enabled by default.
DisableInitContainer *bool `json:"disableInitContainer,omitempty"`
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7059,7 +7059,7 @@ 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.
This field is not used if the `workspace.persistUserHome.enabled` field is set to false.
This field is not used if the `devEnvironments.persistUserHome.enabled` field is set to false.
Enabled by default.
type: boolean
enabled:
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/org.eclipse.che_checlusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7012,7 +7012,7 @@ 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.
This field is not used if the `workspace.persistUserHome.enabled` field is set to false.
This field is not used if the `devEnvironments.persistUserHome.enabled` field is set to false.
Enabled by default.
type: boolean
enabled:
Expand Down
2 changes: 1 addition & 1 deletion deploy/deployment/kubernetes/combined.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7033,7 +7033,7 @@ 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.
This field is not used if the `workspace.persistUserHome.enabled` field is set to false.
This field is not used if the `devEnvironments.persistUserHome.enabled` field is set to false.
Enabled by default.
type: boolean
enabled:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7028,7 +7028,7 @@ 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.
This field is not used if the `workspace.persistUserHome.enabled` field is set to false.
This field is not used if the `devEnvironments.persistUserHome.enabled` field is set to false.
Enabled by default.
type: boolean
enabled:
Expand Down
2 changes: 1 addition & 1 deletion deploy/deployment/openshift/combined.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7033,7 +7033,7 @@ 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.
This field is not used if the `workspace.persistUserHome.enabled` field is set to false.
This field is not used if the `devEnvironments.persistUserHome.enabled` field is set to false.
Enabled by default.
type: boolean
enabled:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7028,7 +7028,7 @@ 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.
This field is not used if the `workspace.persistUserHome.enabled` field is set to false.
This field is not used if the `devEnvironments.persistUserHome.enabled` field is set to false.
Enabled by default.
type: boolean
enabled:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7028,7 +7028,7 @@ 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.
This field is not used if the `workspace.persistUserHome.enabled` field is set to false.
This field is not used if the `devEnvironments.persistUserHome.enabled` field is set to false.
Enabled by default.
type: boolean
enabled:
Expand Down

0 comments on commit ae26812

Please sign in to comment.