Skip to content

Commit 85046e5

Browse files
committed
fix: remove default postStartTimeout value
Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>
1 parent f356edf commit 85046e5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apis/controller/v1alpha1/devworkspaceoperatorconfig_types.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ type WorkspaceConfig struct {
194194
// that is used to run commands in the workspace container. The timeout is specified in seconds.
195195
// If not specified, the timeout is disabled (0 seconds).
196196
// +kubebuilder:validation:Minimum=0
197-
// +kubebuilder:default:=0
198197
// +kubebuilder:validation:Optional
199198
// +kubebuilder:validation:Type=integer
200199
// +kubebuilder:validation:Format=int32

0 commit comments

Comments
 (0)