Skip to content

Commit af02e52

Browse files
tolushadkwon17
andauthored
Update apis/controller/v1alpha1/devworkspaceoperatorconfig_types.go
Co-authored-by: David Kwon <[email protected]>
1 parent bdb921c commit af02e52

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
@@ -199,7 +199,7 @@ type WorkspaceConfig struct {
199199
// Controls whether the Pod uses the host's user namespace.
200200
// If true (or omitted), the Pod runs in the host's user namespace.
201201
// If false, a new user namespace is created for the Pod.
202-
// This field is only effective if the UserNamespacesSupport feature is enabled on the cluster.
202+
// This field is only used when the UserNamespacesSupport feature is enabled.
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"`

0 commit comments

Comments
 (0)