We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb921c commit af02e52Copy full SHA for af02e52
apis/controller/v1alpha1/devworkspaceoperatorconfig_types.go
@@ -199,7 +199,7 @@ type WorkspaceConfig struct {
199
// Controls whether the Pod uses the host's user namespace.
200
// If true (or omitted), the Pod runs in the host's user namespace.
201
// 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.
+ // This field is only used when the UserNamespacesSupport feature is enabled.
203
// If the feature is disabled, setting this field may cause an endless workspace start loop.
204
// +kubebuilder:validation:Optional
205
HostUsers *bool `json:"hostUsers,omitempty"`
0 commit comments