Skip to content

Commit e176f75

Browse files
akurinnoytolusha
andauthored
Apply suggestion from @tolusha
Co-authored-by: Anatolii Bazko <abazko@redhat.com>
1 parent 3f7e370 commit e176f75

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)