Skip to content

Commit 30777bc

Browse files
akurinnoytolusha
andcommitted
Apply suggestion from @tolusha
Co-authored-by: Anatolii Bazko <[email protected]> Signed-off-by: Oleksii Kurinnyi <[email protected]>
1 parent 7b1a437 commit 30777bc

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
@@ -205,7 +205,7 @@ type WorkspaceConfig struct {
205205
HostUsers *bool `json:"hostUsers,omitempty"`
206206
// InitContainers defines a list of Kubernetes init containers that are automatically injected into all workspace pods.
207207
// Typical uses: injecting organization tools/configs, initializing persistent home, etc.
208-
// Note: Only trusted administrators should be allowed to edit the DevWorkspaceOperatorConfig.
208+
// Note: Only administrators should be allowed to edit the DevWorkspaceOperatorConfig.
209209
InitContainers []corev1.Container `json:"initContainers,omitempty"`
210210
}
211211

0 commit comments

Comments
 (0)