Skip to content

Commit 96791fa

Browse files
committed
chore: Add hostUsers field to DWOC
Signed-off-by: Anatolii Bazko <[email protected]>
1 parent dc59fa1 commit 96791fa

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

apis/controller/v1alpha1/devworkspaceoperatorconfig_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ type WorkspaceConfig struct {
197197
// +kubebuilder:validation:Optional
198198
PostStartTimeout string `json:"postStartTimeout,omitempty"`
199199
// Use the host's user namespace.
200-
// Optional: Default to true.
200+
// Default to true.
201201
// If set to true or not present, the pod will be run in the host user namespace.
202202
// When set to false, a new userns is created for the pod.
203203
// +kubebuilder:validation:Optional

deploy/bundle/manifests/controller.devfile.io_devworkspaceoperatorconfigs.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deploy/deployment/kubernetes/combined.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deploy/deployment/kubernetes/objects/devworkspaceoperatorconfigs.controller.devfile.io.CustomResourceDefinition.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deploy/deployment/openshift/combined.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deploy/deployment/openshift/objects/devworkspaceoperatorconfigs.controller.devfile.io.CustomResourceDefinition.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deploy/templates/crd/bases/controller.devfile.io_devworkspaceoperatorconfigs.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)