File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,14 @@ type OperatorConfiguration struct {
3434 // managed
3535 Workspace * WorkspaceConfig `json:"workspace,omitempty"`
3636 // Webhook defines configuration options for the DevWorkspace Webhook Server.
37+ // Note: In order for changes made to the webhook configuration to take effect:
38+ //
39+ // - The changes must be made in the global DevWorkspaceOperatorConfig, which has the
40+ // name 'devworkspace-operator-config' and exists in the same namespace where the
41+ // DevWorkspaceOperator is deployed.
42+ //
43+ // - The devworkspace-controller-manager pod must be terminated and recreated for the
44+ // DevWorkspace Webhook Server deployment to be updated.
3745 Webhook * WebhookConfig `json:"webhook,omitempty"`
3846 // EnableExperimentalFeatures turns on in-development features of the controller.
3947 // This option should generally not be enabled, as any capabilites are subject
You can’t perform that action at this time.
0 commit comments