Hide
= Add DisableInitContainer field in the Custom Resource
The `DisableInitContainer` field has been added to the `CheCluster` CR. This field sets the `config.workspaces.persistUserHome.disableInitContainer` field in the operator-owned `DWOC`. This field 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, delegating the home persistence setup to the CDE's first container component's entrypoint. This field is not used if the `devEnvironments.persistUserHome.enabled` field is set to false.
The init container is enabled by default.
Show
= Add DisableInitContainer field in the Custom Resource
The `DisableInitContainer` field has been added to the `CheCluster` CR. This field sets the `config.workspaces.persistUserHome.disableInitContainer` field in the operator-owned `DWOC`. This field 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, delegating the home persistence setup to the CDE's first container component's entrypoint. This field is not used if the `devEnvironments.persistUserHome.enabled` field is set to false.
The init container is enabled by default.