Skip to content

Commit 01705b1

Browse files
Update apis/controller/v1alpha1/devworkspaceoperatorconfig_types.go
Co-authored-by: Rohan Kumar <[email protected]> Signed-off-by: Oleksii Kurinnyi <[email protected]>
1 parent 06a1e28 commit 01705b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apis/controller/v1alpha1/devworkspaceoperatorconfig_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ type WorkspaceConfig struct {
203203
// If the feature is disabled, setting this field may cause an endless workspace start loop.
204204
// +kubebuilder:validation:Optional
205205
HostUsers *bool `json:"hostUsers,omitempty"`
206-
// InitContainers are injected into all workspace pods as Kubernetes init containers.
206+
// InitContainers defines a list of Kubernetes init containers that are automatically injected into all workspace pods.
207207
// Typical uses: injecting organization tools/configs, initializing persistent home, etc.
208208
// Note: Only trusted administrators should be allowed to edit the DevWorkspaceOperatorConfig.
209209
InitContainers []corev1.Container `json:"initContainers,omitempty"`

0 commit comments

Comments
 (0)