Skip to content

Commit 665662c

Browse files
akurinnoydkwon17
andcommitted
Apply suggestion from @dkwon17
Co-authored-by: David Kwon <[email protected]> Signed-off-by: Oleksii Kurinnyi <[email protected]>
1 parent 8aaac10 commit 665662c

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
@@ -204,7 +204,7 @@ type WorkspaceConfig struct {
204204
// +kubebuilder:validation:Optional
205205
HostUsers *bool `json:"hostUsers,omitempty"`
206206
// InitContainers defines a list of Kubernetes init containers that are automatically injected into all workspace pods.
207-
// Typical uses: injecting organization tools/configs, initializing persistent home, etc.
207+
// Typical uses cases include injecting organization tools/configs, initializing persistent home, etc.
208208
InitContainers []corev1.Container `json:"initContainers,omitempty"`
209209
}
210210

0 commit comments

Comments
 (0)