Skip to content

Commit

Permalink
Update pod/container securityContext documentation in CRD
Browse files Browse the repository at this point in the history
Signed-off-by: Angel Misevski <[email protected]>
  • Loading branch information
amisevsk committed Nov 2, 2022
1 parent 820a12b commit 14d5170
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 26 deletions.
8 changes: 4 additions & 4 deletions apis/controller/v1alpha1/devworkspaceoperatorconfig_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,12 @@ type WorkspaceConfig struct {
// but the objects will be left on the cluster). The default value is false.
CleanupOnStop *bool `json:"cleanupOnStop,omitempty"`
// PodSecurityContext overrides the default PodSecurityContext used for all workspace-related
// pods created by the DevWorkspace Operator. If set, the entire pod security context is
// overridden; values are not merged.
// pods created by the DevWorkspace Operator. If set, defined values are merged into the default
// configuration
PodSecurityContext *corev1.PodSecurityContext `json:"podSecurityContext,omitempty"`
// ContainerSecurityContext overrides the default ContainerSecurityContext used for all
// workspace-related containers created by the DevWorkspace Operator. If set, the entire
// container security context is overridden; values are not merged.
// workspace-related containers created by the DevWorkspace Operator. If set, defined
// values are merged into the default configuration
ContainerSecurityContext *corev1.SecurityContext `json:"containerSecurityContext,omitempty"`
// DefaultTemplate defines an optional DevWorkspace Spec Template which gets applied to the workspace
// if the workspace's Template Spec Components are not defined. The DefaultTemplate will overwrite the existing
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions deploy/deployment/kubernetes/combined.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions deploy/deployment/openshift/combined.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 14d5170

Please sign in to comment.